home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / guile0.4.lcm / share / guile / slib / ChangeLog < prev    next >
Encoding:
Text File  |  2004-01-06  |  71.5 KB  |  2,247 lines

  1. Sat Jun 3 21:26:32 EDT 2000  Aubrey Jaffer  <jaffer@ai.mit.edu>
  2.  
  3.     * require.scm (*SLIB-VERSION*): Bumped from 2c7 to 2c8.
  4.  
  5. 2000-05-30  Aubrey Jaffer  <jaffer@ai.mit.edu>
  6.  
  7.     * scsh.init vscm.init umbscheme.init t3.init scheme48.init
  8.     scheme2c.init mitscheme.init macscheme.init gambit.init chez.init
  9.     bigloo.init (find-ratio find-ratio-between): Added rationalize
  10.     adjunct procedures.
  11.  
  12.     * ratize.scm (find-ratio-between find-ratio): Advertised
  13.     procedures return list of numerator and denominator.
  14.  
  15. 2000-05-17  Aubrey Jaffer  <jaffer@ai.mit.edu>
  16.  
  17.     * schmooz.scm (schmooz-tops): Removed gratuitous newlines in texi
  18.     output.
  19.  
  20. 2000-04-22  Aubrey Jaffer  <jaffer@ai.mit.edu>
  21.  
  22.     * alistab.scm (ordered-for-each-key, map-key, for-each-key
  23.     delete*): Added primary-limit and column-type-list to arguments.
  24.  
  25.     * rdms.scm (create-database): Removed warning "file exists".
  26.     (open-table): Replaced lone call to make-list.
  27.     (for-each-row, row:delete*, get*): Added primary-limit and
  28.     column-type-list to arguments.
  29.  
  30. 2000-04-02  Aubrey Jaffer  <jaffer@ai.mit.edu>
  31.  
  32.     * htmlform.scm (html:start-table): Don't force full width.
  33.     (http:serve-uri): Added.
  34.  
  35.     * db2html.scm: Added.
  36.  
  37. 2000-03-28  Lars Arvestad  <arve@nada.kth.se>
  38.  
  39.     * minimize.scm (golden-section-search): Added.
  40.  
  41. 2000-03-20  Aubrey Jaffer  <jaffer@ai.mit.edu>
  42.  
  43.     * genwrite.scm (generic-write, generic-write): Down-cased QUOTE
  44.     symbol names (for guile).
  45.  
  46. 2000-02-14  Radey Shouman  <Radey_Shouman@splashtech.com>
  47.  
  48.     * schmooz.scm (schmooz-tops): Now reads (and ignores) #! comments.
  49.  
  50. 2000-02-05  Aubrey Jaffer  <jaffer@ai.mit.edu>
  51.  
  52.     * trace.scm (untrack, unstack): Added.
  53.     (print-call-stack): Protected bindings.
  54.  
  55. 2000-01-27    <jaffer@ai.mit.edu>
  56.  
  57.     * Makefile (slib.info): Conditionalize infobar.
  58.  
  59. 2000-01-26  Aubrey Jaffer  <jaffer@ai.mit.edu>
  60.  
  61.     * require.scm (require:provided?): Don't catalog:get if not
  62.     *catalog*.
  63.  
  64. 2000-01-24  Radey Shouman  <Radey_Shouman@splashtech.com>
  65.  
  66.     * defmacex.scm (defmacro:expand*): Avert MAP error in case input
  67.     code has a DEFMACRO with an improper list as argument list.  (The
  68.     DEFMACRO still does not take effect).
  69.  
  70. 2000-01-22  Aubrey Jaffer  <jaffer@ai.mit.edu>
  71.  
  72.     * schmooz.scm (schmooz): replaced non-portable calls to OPEN-FILE.
  73.     (schmooz): Fixed behavior when filename has no suffix; discard up
  74.     to first semicolon in file.
  75.  
  76. 2000-01-08  Aubrey Jaffer  <jaffer@ai.mit.edu>
  77.  
  78.     * trace.scm (call-stack-news?): Fixed polarity error.
  79.     (debug:trace-procedure): made counts 1-based.
  80.  
  81. 2000-01-02  Aubrey Jaffer  <jaffer@ai.mit.edu>
  82.  
  83.     * Template.scm, *.init (slib:error, slib:warn): print-call-stack.
  84.  
  85.     * trace.scm (print-call-stack, call-stack-news?): Added.
  86.  
  87.     * break.scm (debug:breakpoint): print-call-stack.
  88.  
  89. 1999-12-29  Aubrey Jaffer  <jaffer@ai.mit.edu>
  90.  
  91.     * trace.scm (track, stack): Added ability to maintain call stack
  92.     of selected procedures.
  93.  
  94.     * debug.scm (trace-all, break-all): Now accept multiple (file)
  95.     arguments.
  96.  
  97.     * Makefile (tagfiles): *.init files added.
  98.  
  99. 1999-12-18  Aubrey Jaffer  <jaffer@ai.mit.edu>
  100.  
  101.     * mklibcat.scm: Added jfilter.
  102.  
  103.     * slib.texi (Extra-SLIB Packages): Added jfilter.
  104.  
  105. Sun Dec 5 19:54:35 EST 1999  Aubrey Jaffer  <jaffer@ai.mit.edu>
  106.  
  107.     * require.scm (*SLIB-VERSION*): Bumped from 2c6 to 2c7.
  108.  
  109. 1999-12-04  Aubrey Jaffer  <jaffer@ai.mit.edu>
  110.  
  111.     * charplot.scm (charplot:number->string): printf %g gets rid of
  112.     microscopic fractions.
  113.  
  114.     * printf.scm (%g): Make precision threshold work for both
  115.     fractions and integers.
  116.  
  117. 1999-12-03  Aubrey Jaffer  <jaffer@ai.mit.edu>
  118.  
  119.     * nclients.scm (browse-url-netscape): Try running netscape in
  120.     background.
  121.  
  122. 1999-11-14  Aubrey Jaffer  <jaffer@ai.mit.edu>
  123.  
  124.     * batch.scm (write-batch-line): Added slib:warn.
  125.  
  126. 1999-11-01  Aubrey Jaffer  <jaffer@ai.mit.edu>
  127.  
  128.     * paramlst.scm (check-parameters): Improved warning.
  129.  
  130. 1999-10-31  Aubrey Jaffer  <jaffer@ai.mit.edu>
  131.  
  132.     * batch.scm (batch:command): Renamed from batch:system.
  133.     (batch:try-command): Renamed from batch:try-system.
  134.     (batch:try-chopped-command): Added.
  135.     (batch:apply-chop-to-fit): Removed.
  136.  
  137. 1999-09-29  Radey Shouman  <Radey_Shouman@splashtech.com>
  138.  
  139.     * glob.scm (replace-suffix): Now works.
  140.  
  141. 1999-09-17  Aubrey Jaffer  <jaffer@ai.mit.edu>
  142.  
  143.     * slib.texi: Put description and URL into slib_toc.html.
  144.  
  145. Sun Sep 12 22:45:01 EDT 1999  Aubrey Jaffer  <jaffer@ai.mit.edu>
  146.  
  147.     * require.scm (*SLIB-VERSION*): Bumped from 2c5 to 2c6.
  148.  
  149. 1999-07-08  Aubrey Jaffer  <jaffer@ai.mit.edu>
  150.  
  151.     * format.scm (format:string-capitalize-first): Renamed from
  152.     string-capitalize-first.
  153.     (format:list-head): Renamed from list-head.
  154.     (string-index): Removed.
  155.  
  156. 1999-06-07  Radey Shouman  <Radey_Shouman@splashtech.com>
  157.  
  158.     * printf.scm (stdio:parse-float): Now handles strings representing
  159.     complex numbers in polar form.
  160.  
  161.     (stdio:parse-float): Now parses non-real numbers written in
  162.     rectangular form.
  163.  
  164.     (stdio:iprintf): Inexact formats work on non-real numbers assuming
  165.     NUMBER->STRING outputs a rectangular format.
  166.  
  167.     Inexact formats given a string or symbol rather than a number
  168.     output "???"  if the string cannot be parsed as an inexact number.
  169.  
  170. 1999-06-06  Aubrey Jaffer  <jaffer@ai.mit.edu>
  171.  
  172.     * fft.scm (fft fft-1): Added.
  173.  
  174. 1999-06-05  Radey Shouman  <Radey_Shouman@splashtech.com>
  175.  
  176.     * glob.scm (glob:substitute??): (glob:substitute-ci??): Now accept
  177.     a procedure or string as template argument, for more general
  178.     transformations.
  179.  
  180. 1999-05-28  Gary T. Leavens  <leavens@cs.iastate.edu>
  181.  
  182.     * chez.init: Updated for Chez Scheme 6.0a.
  183.  
  184.     * bigloo.init: Added.
  185.  
  186. 1999-05-18  Aubrey Jaffer  <jaffer@ai.mit.edu>
  187.  
  188.     * printf.scm (stdio:iprintf): Extra arguments are *not* a bug.
  189.  
  190. 1999-05-08  Aubrey Jaffer  <jaffer@ai.mit.edu>
  191.  
  192.     * lineio.scm (read-line!): fixed to eat trailing newline when line
  193.     length equals string length.
  194.  
  195. 1999-05-08  Ben Goetter  <goetter@angrygraycat.com>
  196.  
  197.     * pscheme.init: String-ports added for version Pscheme 0.3.6.
  198.  
  199. 1999-05-07    <jaffer@super.jaffer>
  200.  
  201.     * charplot.scm (plot-function): Added.
  202.     (charplot:plot!): Now will accept array argument.
  203.  
  204. 1999-05-02  Jim Blandy  <jimb@savonarola.red-bean.com>
  205.  
  206.     * format.scm (format:format): If the first argument is the format
  207.     string, stick a #f on the front of it, so it is now a valid CL
  208.     format argument list.  This is easier than changing everyplace
  209.     else (like the error formatter) that expects it to be in CL form.
  210.     The other clause which explicitly tests for this case is now dead
  211.     code; remove it.
  212.     (format:format-work): Allow `@' and `:' in either order, as per
  213.     modern CL behavior.
  214.     (format:num->cardinal): Don't assume that an elseless if returns
  215.     '() when the condition is false.
  216.  
  217. 1999-04-22  Radey Shouman  <Radey_Shouman@splashtech.com>
  218.  
  219.     * root.scm (secant:find-root): Replaced hack to decide on
  220.     accepting regula-falsi step with a modified regula-falsi in which
  221.     the weight of an "old" function value is repeatedly decreased each
  222.     time it is retained.
  223.  
  224. 1999-04-13  Radey Shouman  <Radey_Shouman@splashtech.com>
  225.  
  226.     * root.scm (secant:find-root): Now checks that a step is actually
  227.     of nonzero length, otherwise small tolerances lead to not
  228.     stopping.  Tuned for the case that one starting point is much
  229.     closer to the root than the other.
  230.  
  231. 1999-04-08  Ben Goetter  <goetter@angrygraycat.com>
  232.  
  233.     * pscheme.init: updated with defmacro for version 0.3.3.
  234.  
  235. 1999-04-04  Aubrey Jaffer  <jaffer@ai.mit.edu>
  236.  
  237.     * lineio.scm: Fixed @args command in documentation-comment.
  238.  
  239. 1999-03-27  Aubrey Jaffer  <jaffer@ai.mit.edu>
  240.  
  241.     * strsrch.scm (find-string-from-port?): Fixed so procedure
  242.     argument is called at most once per character.
  243.  
  244. 1999-03-11  Radey Shouman  <Radey_Shouman@splashtech.com>
  245.  
  246.     * fluidlet.scm: Added (require 'common-list-functions), for
  247.     MAKE-LIST.
  248.  
  249. 1999-03-08  Aubrey Jaffer  <jaffer@ai.mit.edu>
  250.  
  251.     * RScheme.init, STk.init, Template.scm, chez.init, elk.init,
  252.     gambit.init, macscheme.init, mitscheme.init, pscheme.init,
  253.     scheme2c.init, scheme48.init, scsh.init, t3.init, vscm.init: Added
  254.     scheme-implementation-home-page definition
  255.  
  256. 1999-03-04  radey  <radey@aubrey.jaffer>
  257.  
  258.     * root.scm (secant:find-bracketed-root): Added, requires (f x0)
  259.     and (f x1) to have opposite signs.
  260.  
  261. 1999-03-03  Radey Shouman  <Radey_Shouman@splashtech.com>
  262.  
  263.     * printf.scm (stdio:printf): Tweaks to %k format so that the
  264.     precision indicates the number of significant digits, as in %g
  265.     format.
  266.  
  267. 1999-03-02  Radey Shouman  <Radey_Shouman@splashtech.com>
  268.  
  269.     * printf.scm (stdio:printf): %k format now uses %f instead of %g
  270.     to format the scaled number.
  271.  
  272.     * root.scm (secant:find-root): Added.
  273.  
  274. 1999-02-25  Radey Shouman  <Radey_Shouman@splashtech.com>
  275.  
  276.     * printf.scm (stdio:iprintf): Fixed bug in %f format,
  277.     (printf    "%.1f" 0.001) printed "0", now prints "0.0"
  278.  
  279. 1999-02-12  Hakan L. Younes <d93-hyo@nada.kth.se>
  280.  
  281.     * batch.scm, slib.texi: amiga-gcc port.
  282.  
  283. 1999-02-10  Radey Shouman  <Radey_Shouman@splashtech.com>
  284.  
  285.     * printf.scm (stdio:iprintf): K format now prints no prefix if
  286.     exponent is beyond the range of the specified prefixes.
  287.  
  288.     (stdio:iprintf): Added and corrected SI prefixes, ref
  289.     http://physics.nist.gov/cuu/Units/prefixes.html .
  290.  
  291.     (stdio:iprintf): Added numerical format specifiers %K and %k,
  292.     which format like %g, except that an SI prefix is output after the
  293.     number, which is scaled accordingly.  %K outputs a space between
  294.     number and prefix, %k does not.  It would be good to allow %f and
  295.     %e like formatting, but it's not clear how to fit this into the
  296.     format string syntax.
  297.  
  298. 1999-02-09  Aubrey Jaffer  <jaffer@ai.mit.edu>
  299.  
  300.     * rdms.scm (domains:init-data): added number domain.
  301.  
  302. 1999-01-30  Matthew Flatt  <mflatt@cs.rice.edu>
  303.  
  304.     * mbe.scm (hyg:untag-quasiquote): Added to fix quasiquote in output.
  305.  
  306. 1999-01-30  Dorai Sitaram  <dorai@cs.rice.edu>
  307.  
  308.     * mbe.scm (mbe:ellipsis-sub-envs, mbe:append-map): Modified to fix
  309.     multiple ellipses problem.
  310.  
  311. 1999-01-26  Erick Gallesio <eg@unice.fr>
  312.  
  313.     * STk.init: The actual file.
  314.  
  315. 1999-01-25  Aubrey Jaffer  <jaffer@ai.mit.edu>
  316.  
  317.     * RScheme.init: added; content is from
  318.     http://www.rscheme.org/rs/pg1/RScheme.scm
  319.  
  320. 1999-01-24  Aubrey Jaffer  <jaffer@ai.mit.edu>
  321.  
  322.     * STk.init: added; content is from
  323.     http://kaolin.unice.fr/STk/FAQ/FAQ-1.html#ss1.9
  324.  
  325. 1999-01-23  Aubrey Jaffer  <jaffer@ai.mit.edu>
  326.  
  327.     * alistab.scm (open-base): Check file exists before opening it.
  328.  
  329. 1999-01-21  Aubrey Jaffer  <jaffer@ai.mit.edu>
  330.  
  331.     * htmlform.scm (html:start-page): Extra arguments printed in HEAD
  332.     (for META tags).
  333.  
  334. 1999-01-20  Aubrey Jaffer  <jaffer@ai.mit.edu>
  335.  
  336.     * htmlform.scm (make-atval make-plain): use object->string for
  337.     non-atomic arguments.
  338.  
  339. 1999-01-19  Radey Shouman  <Radey_Shouman@splashtech.com>
  340.  
  341.     * printf.scm (stdio:iprintf): Now reports wrong number of
  342.     arguments instead of silently ignoring extra arguments or taking
  343.     the CAR of the empty list.
  344.  
  345. Sun Jan 17 12:33:31 EST 1999  Aubrey Jaffer  <jaffer@ai.mit.edu>
  346.  
  347.     * require.scm (*SLIB-VERSION*): Bumped from 2c4 to 2c5.
  348.  
  349. 1999-01-12  Aubrey Jaffer  <jaffer@ai.mit.edu>
  350.  
  351.     * mitscheme.init (char-code-limit): Added.  Builtin
  352.     char-code-limit is 65536 (NOT!) in MITScheme Version 8.0.
  353.  
  354. 1999-01-11  Aubrey Jaffer  <jaffer@ai.mit.edu>
  355.  
  356.     * batch.scm (batch:apply-chop-to-fit): fixed off-by-1 error.
  357.  
  358. 1999-01-10  Aubrey Jaffer  <jaffer@ai.mit.edu>
  359.  
  360.     * randinex.scm: moved (schmooz) documentation here from scm.texi.
  361.     (random:uniform1): Renamed from random:uniform.
  362.     (random:uniform): Added (takes optional state argument).
  363.     (random:normal): Made reentrant.
  364.  
  365.     * random.scm: moved (schmooz) documentation here from scm.texi.
  366.  
  367. 1999-01-09  Aubrey Jaffer  <jaffer@ai.mit.edu>
  368.  
  369.     * random.scm (seed->random-state): added.
  370.  
  371. 1999-01-08  Aubrey Jaffer  <jaffer@ai.mit.edu>
  372.  
  373.     * mitscheme.init (object->limited-string): Added.
  374.  
  375.     * random.scm (random:random): Fixed embarrassingly stupid bug.
  376.  
  377. 1999-01-07  Aubrey Jaffer  <jaffer@ai.mit.edu>
  378.  
  379.     * alistab.scm (supported-key-type?): number now allowed.
  380.  
  381. 1998-12-22  Radey Shouman  <Radey_Shouman@splashtech.com>
  382.  
  383.     * printf.scm (stdio:round-string): Makes sure result has at least
  384.     STRIP-0S characters after the implied decimal point if STRIP-0S is
  385.     not false.  Fixes bug associated with engineering notation in SCM.
  386.  
  387. 1998-12-18  Aubrey Jaffer  <jaffer@ai.mit.edu>
  388.  
  389.     * schmooz.scm (schmooz): Converted from replace-suffix to
  390.     filename:substitute??.
  391.  
  392. 1998-12-16  Radey Shouman  <Radey_Shouman@splashtech.com>
  393.  
  394.     * glob.scm (glob:make-substituter): Made to handle cases where
  395.     PATTERN and TEMPLATE have different numbers of literal sections.
  396.  
  397.     * glob.scm (glob:pattern->tokens): (glob:make-matcher):
  398.     (glob:make-substituter): Fixed to accept null strings as literals
  399.     to match, for REPLACE-SUFFIX.  There is no way to write a glob
  400.     pattern that produces such a token, should there be?
  401.  
  402. 1998-12-15  Radey Shouman  <Radey_Shouman@splashtech.com>
  403.  
  404.     * glob.scm (glob:substitute??) renamed from glob:transform??
  405.     (filename:substitute??) identical to glob:substitute??
  406.  
  407. 1998-12-14  Radey Shouman  <Radey_Shouman@splashtech.com>
  408.  
  409.     * glob.scm (glob:pattern->tokens): Separated from
  410.     GLOB:MAKE-MATCHER.
  411.     (glob:make-transformer):
  412.     (glob:transform??):
  413.     (glob:transform-ci??): Added.
  414.     (replace-suffix): Rewritten using GLOB:TRANSFORM??
  415.  
  416. 1998-12-09  Aubrey Jaffer  <jaffer@ai.mit.edu>
  417.  
  418.     * yasyn.scm: Restored to SLIB.  yasos.scm removed.
  419.     * object.scm: Restored to SLIB
  420.     * recobj.scm: Restored to SLIB
  421.  
  422. 1998-12-08  Aubrey Jaffer  <jaffer@ai.mit.edu>
  423.  
  424.     * slib.texi (Copyrights): Added HTML anchor for Copying information.
  425.     (Installation): Added HTML anchor for Installation instructions.
  426.  
  427. 1998-12-02  Aubrey Jaffer  <jaffer@ai.mit.edu>
  428.  
  429.     * fluidlet.scm (fluid-let): Rewritten as defmacro.
  430.  
  431. 1998-11-30  Radey Shouman  <Radey_Shouman@splashtech.com>
  432.  
  433.     * fluidlet.scm (fluid-let): Changed macro definition so that it
  434.     doesn't depend on being able to combine input from two different
  435.     ellipsis patterns.  Now produces a nice expansion with
  436.     macro-by-example so that one can see exactly what goes wrong.
  437.  
  438. 1998-11-29  Aubrey Jaffer  <jaffer@ai.mit.edu>
  439.  
  440.     * htmlform.scm (table->html): Table conversion functions added.
  441.  
  442. 1998-11-27  Aubrey Jaffer  <jaffer@ai.mit.edu>
  443.  
  444.     * nclients.scm (glob-pattern?): Added.
  445.  
  446. 1998-11-24  Aubrey Jaffer  <jaffer@ai.mit.edu>
  447.  
  448.     * htmlform.scm (html:href-heading): simplified.
  449.  
  450. 1998-11-16  Aubrey Jaffer  <jaffer@ai.mit.edu>
  451.  
  452.     * htmlform.scm (html:comment): No longer puts `>' alone on line.
  453.     (make-plain make-atval): renamed from html:plain and html:atval;
  454.     html: functions now all output HTML.
  455.  
  456.     * nclients.scm (user-email-address): Ported to W95 and WNT.
  457.     (make-directory): added.
  458.  
  459.     * dbrowse.scm (browse:display-table): Column-foreigns restored.
  460.  
  461.     * htmlform.scm (html:atval html:plain): Now accept numbers.
  462.     (html:pre): Added.
  463.     (html:start-page html:end-page): Updated to HTML 3.2.  HTML header
  464.     added.
  465.  
  466.     * rdms.scm (make-relational-system): column-foreign-list split
  467.     into column-foreign-check-list and column-foreign-list.
  468.  
  469. 1998-11-12  Aubrey Jaffer  <jaffer@ai.mit.edu>
  470.  
  471.     * lineio.scm (display-file): added.  Schmoozed docs.
  472.  
  473. 1998-11-12  Radey Shouman  <Radey_Shouman@splashtech.com>
  474.  
  475.     * schmooz.scm (schmooz-top): No longer emits @defun lines for
  476.     definitions not separated by blank lines unless they have
  477.     associated @body comment lines.
  478.  
  479. 1998-11-11  Radey Shouman  <Radey_Shouman@splashtech.com>
  480.  
  481.     * fluidlet.scm (fluid-let): Redone to restore variable values even
  482.     if a continuation captured in the body is invoked.  Now agrees
  483.     with MIT Scheme documentation.
  484.  
  485. 1998-11-11  Aubrey Jaffer  <jaffer@ai.mit.edu>
  486.  
  487.     * nclients.scm: Added net-clients.
  488.  
  489.     * require.scm (vicinity:suffix?): Abstracted from
  490.     program-vicinity.
  491.  
  492. 1998-11-04  Aubrey Jaffer  <jaffer@ai.mit.edu>
  493.  
  494.     * comlist.scm (remove-duplicates): added.
  495.     (adjoin): memq -> memv.
  496.  
  497. Tue Nov 3 17:47:32 EST 1998  Aubrey Jaffer  <jaffer@scm.colorage.net>
  498.  
  499.     * require.scm (*SLIB-VERSION*): Bumped from 2c3 to 2c4.
  500.  
  501. 1998-10-24  Aubrey Jaffer  <jaffer@ai.mit.edu>
  502.  
  503.     * cring.scm: Added procedures to create and manipulate rulesets.
  504.  
  505.     * cring.scm (cring:db): Distributing / over + led to infinite
  506.     loops.  Now only distribute *.
  507.  
  508. 1998-10-19  amu@mit.edu
  509.  
  510.     * timezone.scm (tzfile:vicinity): Linux RH 5.x moved zoneinfo to
  511.     /usr/share and didn't bother to leave a symlink behind.  This
  512.     caused ctime to print out things in GMT, instead of using the
  513.     local time.
  514.  
  515. 1998-10-01  Aubrey Jaffer  <jaffer@ai.mit.edu>
  516.  
  517.     * factor.scm: Moved documentation to schmooz format.
  518.     (prime:prime< prime:prime>): written.
  519.     (prime:prngs): added.
  520.     (Solovay-Strassen??): No longer tries `1'.
  521.     (prime:products): Added list of prime products smaller than
  522.     most-positive-fixnum.
  523.     (prime:sieve): added to test for primes smaller than largest prime
  524.     in prime:products.
  525.     (prime:factor): wrapper rewritten.  Code cleaned up.
  526.  
  527.     * primes.scm: removed.
  528.  
  529. 1998-09-29  Aubrey Jaffer  <jaffer@ai.mit.edu>
  530.  
  531.     * paramlst.scm (check-parameters): Now generates slib:warn when
  532.     parameter is wrong type.
  533.  
  534.     * debug.scm (for-each-top-level-definition-in-file): Now discards
  535.     `magic-number' first line of files when first character is `#'.
  536.  
  537.     * batch.scm (batch:port parms): enabled warning.
  538.  
  539. 1998-09-28  Aubrey Jaffer  <jaffer@ai.mit.edu>
  540.  
  541.     * scheme2c.init scsh.init t3.init chez.init, vscm.init,
  542.     scheme48.init, mitscheme.init, macscheme.init, gambit.init,
  543.     elk.init, Template.scm: Placed in public domain to make
  544.     distributing modified versions easier.
  545.  
  546.     * schmooz.scm, htmlform.scm, admin.scm, glob.scm, ChangeLog:
  547.     Cleaned a bit.
  548.  
  549. 1998-09-28  Aubrey Jaffer  <jaffer@ai.mit.edu>
  550.  
  551.     * slib.texi (most-positive-fixnum): fixed description.
  552.  
  553. 1998-09-22  Ortwin Gasper  <gasper@sensecom.de>
  554.  
  555.     * random.scm (random:random): Removed one-parameter call to
  556.     logand.
  557.  
  558. 1998-09-22  Radey Shouman  <Radey_Shouman@splashtech.com>
  559.  
  560.     * schmooz.scm: Changed all references to #\nl to #\newline.
  561.     Removed all references to #\cr.  Trailing whitespace no longer
  562.     prevents issuing a defunx for an additional definition form.
  563.  
  564. 1998-09-21  Aubrey Jaffer  <jaffer@ai.mit.edu>
  565.  
  566.     * primes.scm: Eliminated use of 1+.
  567.     (probably-prime?): #f for negative numbers.
  568.  
  569. 1998-09-19  Jorgen Schaefer  <forcer@mindless.com>
  570.  
  571.     * glob.scm (glob:match?? glob:match-ci??): fixed wrappers.
  572.  
  573. 1998-09-11  Aubrey Jaffer  <jaffer@colorage.com>
  574.  
  575.     * Makefile (release): Uploads SLIB.html.
  576.  
  577.     * require.scm (*SLIB-VERSION*): Bumped from 2c2 to 2c3.
  578.  
  579.     * slib.texi (Filenames): documented pattern strings.
  580.  
  581.     * Makefile: Added $srcdir to TEXINPUTS for TeX.
  582.  
  583. 1998-09-10  Radey Shouman  <Radey_Shouman@splashtech.com>
  584.  
  585.     * schmooz.scm (schmooz): Added @args markup command.
  586.  
  587. 1998-09-09  Radey Shouman  <Radey_Shouman@splashtech.com>
  588.  
  589.     * schmooz.scm (schmooz): Now tries harder to determine whether a
  590.     definition is of a procedure or non-procedure variable.
  591.     Recognizes DEFMACRO, DEFINE-SYNTAX.
  592.  
  593. 1998-09-06  Aubrey Jaffer  <jaffer@ai.mit.edu>
  594.  
  595.     * slib.texi (Schmooz): Added documentation.
  596.  
  597.     * Makefile (info htmlform.txi): made smarter about when to run
  598.     schmooz.
  599.  
  600. 1998-09-03  Radey Shouman  <Radey_Shouman@splashtech.com>
  601.  
  602.     * schmooz.scm (scheme-args->macros): Now passed either a symbol,
  603.     for variable definition, or a possibly improper list, for
  604.     function/macro definition.  For the variable definition case
  605.     generates @var{... for @0 instead of @code{...  Now uses APPEND to
  606.     be more readable.
  607.  
  608. 1998-09-03  Aubrey Jaffer  <jaffer@colorage.com>
  609.  
  610.     * slib.texi (Format): documentation moved to fmtdoc.txi.
  611.  
  612.     * glob.scm (filename:match?? filename:match-ci??): aliases added.
  613.  
  614. 1998-09-02  Radey Shouman  <Radey_Shouman@splashtech.com>
  615.  
  616.     * glob.scm: Added.
  617.  
  618. 1998-09-01  Aubrey Jaffer  <jaffer@colorage.com>
  619.  
  620.     * primes.scm (primes:prngs): added to reduce likelyhood of
  621.     reentrant random calls.
  622.  
  623. 1998-08-31  Aubrey Jaffer  <jaffer@ai.mit.edu>
  624.  
  625.     * random.scm: rewritten using new seedable RNG.
  626.  
  627.     * randinex.scm (random:uniform): Rewritten for new RNG.
  628.  
  629. 1998-08-27  Aubrey Jaffer  <jaffer@colorage.com>
  630.  
  631.     * primes.scm (primes:dbsp?): Now requires 'root and uses
  632.     integer-sqrt for sqrt on platforms not supporting inexacts.
  633.  
  634. 1998-08-25    <radey@colorage.com>
  635.  
  636.     * record.scm (rtd-name): Fixed so record rtds print.
  637.  
  638. 1998-08-16  Aubrey Jaffer  <jaffer@ai.mit.edu>
  639.  
  640.     * cring.scm (*): Number distribution requires separate treatment.
  641.  
  642. 1998-08-11  Aubrey Jaffer  <jaffer@ai.mit.edu>
  643.  
  644.     * factor.scm (prime:factor): (factor 0) now returns '(0) rather
  645.     than infinite-looping.
  646.  
  647. 1998-08-09  Aubrey Jaffer  <jaffer@ai.mit.edu>
  648.  
  649.     * cring.scm (*): Added check for (* -1 (- <expr>)) case.
  650.  
  651. 1998-07-08  Aubrey Jaffer  <jaffer@colorage.com>
  652.  
  653.     * prec.scm (prec:warn): now takes arbitrary number of arguments.
  654.     (prec:nofix):
  655.     (prec:postfix): extra arguments are appended to the rules list;
  656.     not bound.
  657.  
  658.     * qp.scm (qp:qp): *qp-width* set to #f now the same as *qp-width*
  659.     set to 0 -- the full expressions are printed.
  660.  
  661. 1998-07-05  Aubrey Jaffer  <jaffer@ai.mit.edu>
  662.  
  663.     * prec.scm (prec:nofix): Added . binds args, which are combined
  664.     with *syn-rules*.
  665.  
  666. 1998-06-12  Aubrey Jaffer  <jaffer@colorage.com>
  667.  
  668.     * Makefile (dist): Added cvs flag command to dist target.
  669.  
  670. 1998-06-08  Aubrey Jaffer  <jaffer@colorage.com>
  671.  
  672.     * htmlform.scm (html:start-form): added rest of METHOD types.
  673.     (html:generate-form command->html): regularized argument order to
  674.     `command method action'.
  675.  
  676.     * dbutil.scm (add-domain): Changed from row:insert to row:update.
  677.  
  678.     * rdms.scm (write-database): was not returning status.
  679.  
  680. 1998-06-07  Aubrey Jaffer  <jaffer@ai.mit.edu>
  681.  
  682.     * strcase.scm (string-ci->symbol): added.
  683.  
  684.     * htmlform.scm ((command->html rdb command-table command method
  685.     action)): renamed from commands->html.  Method argument added.
  686.     (query-alist->parameter-list): now removes whitespace between
  687.     symbols.
  688.  
  689. Fri Jun 5 16:01:26 EDT 1998  Aubrey Jaffer  <jaffer@scm.colorage.net>
  690.  
  691.     * require.scm (*SLIB-VERSION*): Bumped from 2c1 to 2c2.
  692.  
  693. 1998-06-04  Aubrey Jaffer  <jaffer@colorage.com>
  694.  
  695.     * schmooz.scm: Top-level procedure names changed to have `schmooz'
  696.     in them.
  697.  
  698.     * htmlform.scm: Schmooz documentation added for more procedures.
  699.  
  700. 1998-06-03  Aubrey Jaffer  <jaffer@ai.mit.edu>
  701.  
  702.     * schmooz.scm (document-args->macros): fixed for `rest arglists'.
  703.     (document-fun): fixed for `rest arglists'.
  704.  
  705.     * strsrch.scm (string-subst): added.
  706.  
  707.     * htmlform.scm (html:text-subst): removed.  References changed to
  708.     STRING-SUBST.
  709.  
  710. 1998-06-02  radey  <radey@scm.colorage.net>
  711.  
  712.     * Makefile: Added schmooz.scm to ffiles.
  713.  
  714.     * schmooz.scm: Texinfo document generator for Scheme programs.
  715.  
  716. 1998-06-02  Aubrey Jaffer  <jaffer@colorage.com>
  717.  
  718.     * htmlform.scm: Added documentation.
  719.     (http:send-error-page): scope of fluid-let was wrong.
  720.  
  721.     * paramlst.scm (check-parameters): now returns status rather than
  722.     signal error.
  723.  
  724. 1998-05-30  Aubrey Jaffer  <jaffer@ai.mit.edu>
  725.  
  726.     * batch.scm (write-batch-line): added.
  727.     (batch:write-comment-line): added so that
  728.     batch:call-with-output-script and batch:comment could share code.
  729.     (batch:write-header-comment): abstracted from
  730.     batch:call-with-output-script.
  731.  
  732. 1998-05-29  Aubrey Jaffer  <jaffer@colorage.com>
  733.  
  734.     * htmlform.scm: Added http stuff.
  735.  
  736. 1998-05-24  Aubrey Jaffer  <jaffer@ai.mit.edu>
  737.  
  738.     * cring.scm (make-rat rat-*): Removed support for rational numbers.
  739.  
  740. 1998-05-14  Radey Shouman  <radey@colorage.com>
  741.  
  742.     * logical.scm ((bit-field n start end)): Renamed from BIT-EXTRACT.
  743.     ((bitwise-if mask n0 n1)):
  744.     ((logical:copy-bit index to bool)):
  745.     ((logical:copy-bit-field to start end from)):  added.
  746.  
  747. Tue Apr 14 16:28:20 EDT 1998  Aubrey Jaffer  <jaffer@scm.colorage.net>
  748.  
  749.     * require.scm (*SLIB-VERSION*): Bumped from 2c0 to 2c1.
  750.  
  751. 1998-04-14  Aubrey Jaffer  <jaffer@colorage.com>
  752.  
  753.     * byte.scm (bytes-length): added synonym for string-length.
  754.  
  755. 1998-04-14    <radey@colorage.com>
  756.  
  757.     * printf.scm ((stdio:iprintf out format-string . args)): Added
  758.     %b descriptor -- outputs a binary number representation.
  759.  
  760. 1998-03-31    <radey@colorage.com>
  761.  
  762.     * printf.scm ((stdio:iprintf out format-string . args)): Floating point
  763.     formatting implemented.
  764.     ((stdio:parse-float str)): ((stdio:round-string str ndigs strip-0s)):
  765.     Added.
  766.  
  767. 1998-03-11  Radey Shouman  <radey@colorage.com>
  768.  
  769.     * require.scm (program-vicinity): Now gives more informative error
  770.     message when called from non-loading context.
  771.  
  772. 1998-02-10  William D Clinger <will@ccs.neu.edu>
  773.  
  774.     * mwexpand.scm (mw:case exp): added.
  775.  
  776.     * mwdenote.scm (mw:denote-of-case): added.
  777.  
  778. 1998-02-12  Aubrey Jaffer  <jaffer@colorage.com>
  779.  
  780.     * eval.scm (eval): Dynamic-binding was not the right paradigm.
  781.     Changed eval to simply bind identifiers around form to eval.
  782.  
  783. 1998-02-11  Aubrey Jaffer  <jaffer@colorage.com>
  784.  
  785.     * slib.texi (Top):
  786.     (Extra-SLIB Packages): Converted to use of new texinfo feature
  787.     @url.
  788.  
  789. 1998-02-08  Aubrey Jaffer  <jaffer@ai.mit.edu>
  790.  
  791.     * eval.scm (interaction-environment): fixed.
  792.  
  793. 1998-02-02  Aubrey Jaffer & Radey Shouman  <jaffer@ai.mit.edu>
  794.  
  795.     * eval.scm (scheme-report-environment): implemented for version
  796.     arguments of 4 and 5.
  797.  
  798. 1998-02-01  Aubrey Jaffer  <jaffer@ai.mit.edu>
  799.  
  800.     * eval.scm (eval): R5RS proposed EVAL implemented.
  801.  
  802. Sun Dec  7 22:34:50 1997  Aubrey Jaffer  <jaffer@ai.mit.edu>
  803.  
  804.     * getparam.scm (getopt->parameter-list getopt->arglist
  805.     parameter-list->getopt-usage): moved from paramlst.scm.
  806.  
  807.     * htmlform.scm (commands->html cgi:serve-command): added.
  808.  
  809. Thu Dec  4 20:00:05 1997  Aubrey Jaffer  <jaffer@ai.mit.edu>
  810.  
  811.     * timezone.scm (read-tzfile): Now can fail without signaling an
  812.     error.
  813.     (tzfile:vicinity): moved here from "tzfile.scm" so we don't have
  814.     to load "tzfile.scm" to load a non-existant file.
  815.  
  816. Sat Nov 29 22:55:23 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  817.  
  818.     * paramlst.scm (parameter-list->getopt-usage): split out of
  819.     getopt->parameter-list.
  820.  
  821. Wed Nov 26 23:49:53 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  822.  
  823.     * printf.scm (stdio:sprintf): Now creates and returns string if
  824.     first argument is #f or an integer (which bounds string).  Fixed
  825.     some bugs.
  826.  
  827. Sun Nov 23 12:31:27 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  828.  
  829.     * Bev2slib.scm: created.  Converts Stephen Bevan's "*.map" files
  830.     to SLIB catalog entries.
  831.  
  832.     * require.scm (require:require): Calls catalog:get instead of
  833.     require:feature->path so symbol-redirected feature names are added
  834.     to *features* when file is loaded.
  835.  
  836. Mon Nov 17 21:05:59 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  837.  
  838.     * dbrowse.scm (browse): changed default table to #f so that full
  839.     *catalog-data* can be browsed.  Documented.
  840.  
  841. Sat Nov 15 00:15:33 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  842.  
  843.     * cltime.scm (decode-universal-time encode-universal-time):
  844.     corrected for (now working) timezones.
  845.  
  846.     * tzfile.scm (tzfile-read tz-index): added to read Linux (sysV ?)
  847.     timezone files.
  848.  
  849.     * byte.scm: added `bytes', arrays of small integers.
  850.  
  851. Thu Nov 13 22:28:15 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  852.  
  853.     * record.scm (display write): Records now display and write as
  854.     #<record-type-name>.
  855.  
  856. Sun Nov  9 23:45:46 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  857.  
  858.     * timezone.scm: added.  Processes TZ environment variable to
  859.     timezone information.
  860.     (tzset): takes optional string or timezone argument and returns
  861.     the current timezone.
  862.     (time-zone): creates and returns a timezone from a string filename
  863.     or TZ spec *without* setting global variables.
  864.     (daylight? *timezone* tzname):   Posix (?) global variables are
  865.     set but SLIB code doesn't depend on them.
  866.  
  867.     * psxtime.scm (time:gmktime time:gtime): added to fill out
  868.     orthogonal function set.  The local time functions (localtime
  869.     mktime ctime) now all take optional timezone arguments.
  870.     (time:localtime): cleaned interface to timezone.scm: just calls to
  871.     tzset and tz:params.
  872.  
  873. Mon Oct 20 22:18:16 1997  Radey Shouman  <shouman@zianet.com>
  874.  
  875.     * arraymap.scm (array-index-map!): Added.
  876.     (array-indexes): implemented with array-index-map!
  877.  
  878. Sun Nov  2 22:59:59 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  879.  
  880.     * require.scm (*SLIB-VERSION*): Bumped from 2b3 to 2c0.
  881.  
  882.     * require.scm (catalog:get): Now loads "homecat" and "usercat"
  883.     catalogs in HOME and current directories.
  884.     (catalog/require-version-match?): debugged for dumped executables.
  885.     ((require #f)): resets *catalog*.
  886.     ((require 'new-catalog)): builds new catalog.
  887.  
  888.     * mklibcat.scm: Rewrote to output headers and combine
  889.     implementation and site specific catalogs into "slibcat".
  890.  
  891.     * slib.texi (The Library System): Added chapter.  Totally
  892.     reorganized the Manual.
  893.  
  894. Wed Oct 29 22:49:15 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  895.  
  896.     * Template.scm *.init (home-vicinity): added.
  897.  
  898.     * require.scm (catalog:try-read): split off from
  899.     catalog:try-impl-read; useful for reading catalogs from other
  900.     vicinities.
  901.  
  902. Thu Oct 23 23:14:33 1997  Eric Marsden  <marsden@salines.cict.fr>
  903.  
  904.     * factor.scm (prime:product): added EXACT? test.
  905.  
  906. Mon Oct 20 19:33:41 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  907.  
  908.     * slib.texi (Database Utilities): Rewrote and expanded
  909.     command-line parser example.
  910.  
  911.     * paramlst.scm (getopt->parameter-list): Added "Usage" printer
  912.     for strange option chars.
  913.  
  914.     * comlist.scm (coerce): Added 'integer as an alias for 'number.
  915.  
  916. Sat Oct 18 13:03:24 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  917.  
  918.     * strsrch.scm (string-index-ci string-reverse-index-ci
  919.     substring-ci): added.
  920.  
  921.     * comlist.scm (comlist:butnthcdr): added by analogy with butlast.
  922.  
  923. Sun Oct  5 15:16:17 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  924.  
  925.     * scsh.init: Added (thanks to Tomas By).
  926.  
  927. Fri Oct  3 20:50:32 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  928.  
  929.     * comparse.scm (read-command): now correctly handles \^M^J
  930.     (continued lines).
  931.     (read-options-file): added.  Parses multi-line files of options.
  932.  
  933. Fri Sep 19 22:52:15 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  934.  
  935.     * paramlst.scm (fill-empty-parameters getopt->arglist): defaults
  936.     argument renamed to defaulters; documentation corrected.
  937.  
  938. Tue Aug 26 17:41:39 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  939.  
  940.     * batch.scm: Changed sun to sunos as platform name.
  941.  
  942. Mon Aug 25 12:40:45 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  943.  
  944.     * require.scm (catalog:version-match?): Now checks and issues
  945.     warning when *SLIB-VERSION* doesn't match first form in
  946.     "require.scm".
  947.  
  948. Sun Aug 24 23:56:07 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  949.  
  950.     * require.scm (catalog:version-match?): added to automatically
  951.     rebuild slibcat when SLIB with new version number is installed.
  952.  
  953.     * mklibcat.scm: *SLIB-VERSION* association now included in
  954.     slibcat.
  955.  
  956. Sat Aug 23 11:35:20 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  957.  
  958.     * selfset.scm: added.  (define a 'a) .. (define z 'z).
  959.  
  960. Sat Aug 23 09:32:44 EDT 1997  Aubrey Jaffer  <jaffer@ai.mit.edu>
  961.  
  962.     * require.scm (*SLIB-VERSION*): Bumped from 2b2 to 2b3.
  963.  
  964. Thu Aug 21 10:20:21 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  965.  
  966.     * determ.scm (determinant): added.
  967.  
  968. Mon Jun 30 10:09:48 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  969.  
  970.     * require.scm: "Supported by all implementations" section removed.
  971.  
  972.     * chez.init (defmacro:eval): Chez 5.0 no longer can support
  973.     defmacro; added SLIB autoload defmacro:expand*.
  974.  
  975. Sun Jun 29 19:36:34 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  976.  
  977.     * cring.scm (cring:db): cring now works for -, /, and ^.
  978.  
  979. Thu Jun 26 00:19:05 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  980.  
  981.     * cring.scm (expression-< x y): added to sort unreduced
  982.     expressions.
  983.  
  984. Tue Jun 24 13:33:40 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  985.  
  986.     * cring.scm: Added 'commutative-ring feature; extend + and * to
  987.     non-numeric types.
  988.     (cring:define-rule): Defines rules for + and * reduction of
  989.     non-numeric types.
  990.  
  991. Mon Jun 23 22:58:44 EDT 1997  Aubrey Jaffer  <jaffer@scm.bertronics.com>
  992.  
  993.     * require.scm (*SLIB-VERSION*): Bumped from 2b1 to 2b2.
  994.  
  995. Sat Jun 21 23:20:29 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  996.  
  997.     * alistab.scm (map-key for-each-key ordered-for-each-key): Now
  998.     take match-key argument.
  999.     (delete*): added.  delete-assoc created to *not* accept wildcards
  1000.     in delete keys.
  1001.  
  1002.     * rdms.scm (get* row:delete* row:remove*): Now take match-key
  1003.     arguments, normalize them, and pass to base-table routines.
  1004.  
  1005. Thu Jun 19 13:34:36 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1006.  
  1007.     * alistab.scm (assoc* make-assoc* delete-assoc* assoc*-for-each
  1008.     assoc*-map sorted-assoc*-for-each alist-sort!): added.  Functions
  1009.     now support partial matches and key wild-carding.
  1010.     (remover kill-table): remover removed.  Kill-table uses
  1011.     delete-assoc*.
  1012.  
  1013. Sat Jun 14 22:51:51 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1014.  
  1015.     * alistab.scm (alist-table): Changed table handle from
  1016.     (table-name . TABLE) to (#(table-name key-dim) . TABLE).
  1017.     (alist-table): Changed primary keys from vectors to lists.
  1018.  
  1019. Wed 28 May 1997  Dave Love  <d.love@dl.ac.uk>
  1020.  
  1021.     * yasos.scm: Remove case-sensitivity (for Guile).  Chop the
  1022.     duplicated code.
  1023.  
  1024. Mon May 26 21:46:45 1997  Bill Nell  <bnell@scr.siemens.com>
  1025.  
  1026.     * strport.scm (call-with-output-string): losing every 512th
  1027.     character fixed.
  1028.  
  1029. Wed May 21 19:16:03 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1030.  
  1031.     * printf.scm (stdio:iprintf): changed integer-pad to
  1032.     integer-convert and unified conversion of non-numeric values.
  1033.  
  1034. Wed May 14 14:01:02 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1035.  
  1036.     * prec.scm (prec:symbolfy): added so that for most user grammar
  1037.     functions, parsing defaults to the triggering token, instead of
  1038.     the symbol @code{?}.
  1039.  
  1040. Tue May 13 22:46:22 1997  Albert L. Ting <alt@artisan.com>
  1041.  
  1042.     * elk.init (slib:error): re-written.
  1043.  
  1044. Sat May 10 22:00:30 EDT 1997  Aubrey Jaffer  <jaffer@scm.bertronics.com>
  1045.  
  1046.     * require.scm (*SLIB-VERSION*): Bumped from 2b0 to 2b1.
  1047.  
  1048. Wed May  7 15:11:12 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1049.  
  1050.     * prec.scm: Rewrote nearly all of JACAL parser and moved it here.
  1051.     Now supports dynamic binding of grammar.
  1052.  
  1053. Tue May  6 16:23:10 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1054.  
  1055.     * strsrch.scm (find-string-from-port?): Enhanced: can take char
  1056.     instead of count and search up to char.  Given procedure, tests it
  1057.     on every character.
  1058.  
  1059. Wed 30 Apr 1997  John David Stone  <stone@math.GRIN.EDU>
  1060.  
  1061.     * chez.init: Revised for Chez Scheme 5.0c
  1062.  
  1063. Tue Apr 29 19:55:35 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1064.  
  1065.     * require.scm (*SLIB-VERSION*): Bumped from 2a7 to 2b0.
  1066.  
  1067.     * slib.texi (Library Catalog): section added to describe new
  1068.     catalog mechanism.
  1069.  
  1070.     * Makefile (slib48): Now defines library-vicinity and
  1071.     implementation-vicinity from the makefile.  "slibcat" support
  1072.     added.
  1073.  
  1074. Sat Apr 12 23:40:14 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1075.  
  1076.     * mklibcat.scm: moved from "require.scm".  Rebuilds "slibcat".
  1077.     * require.scm (catalog:get): now caches *catalog* in
  1078.     implementation-vicinity scheme files "slibcat" and "implcat".
  1079.  
  1080. Wed Apr  9 20:55:31 1997  Dorai Sitaram  <ds26@gte.com>
  1081.  
  1082.     * mbe.scm (hyg:map*): Added to correct a minor bug in the hygienic
  1083.     half of mbe.scm that shows up only when define-syntax is used in a
  1084.     right-hand pattern inside syntax-rules.
  1085.  
  1086.     * strsrch.scm (string-reverse-index): added.
  1087.  
  1088. Tue Apr  8 16:46:35 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1089.  
  1090.     * yasos.scm: Replaces "yasyn.scm" and "object.scm"; Those and
  1091.     "recobj.scm" were removed because of unclear copyright status.
  1092.  
  1093.     * printf.scm (stdio:iprintf): no longer translates \r to #\return.
  1094.  
  1095. Sat Aug 10 16:11:15 1996  Mike Sperber  <sperber@informatik.uni-tuebingen.de>
  1096.  
  1097.     * scheme48.init Makefile: Now makes use of module system to access
  1098.     required primitives.  Added install48 target to Makefile.
  1099.  
  1100. Sat Apr  5 13:26:54 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1101.  
  1102.     * array.scm (array-dimensions): fixed off-by-1 bug.
  1103.  
  1104. Sat Mar  8 17:44:34 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1105.  
  1106.     * scanf.scm (stdio:scan-and-set): corrected handling of %5c with
  1107.     short input.
  1108.  
  1109. Fri Mar 7 21:20:57 EST 1997  Aubrey Jaffer  <jaffer@scm.bertronics.com>
  1110.  
  1111.     * require.scm (*SLIB-VERSION*): Bumped from 2a6 to 2a7.
  1112.  
  1113. Sat Feb 22 10:18:36 1997  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1114.  
  1115.     * batch.scm (system): added stubifier (returns #f) for when
  1116.     system is not provided.
  1117.     (system:success?): added.
  1118.  
  1119.     * wttree.scm (error):
  1120.     (error:wrong-type-argument):
  1121.     (error:bad-range-argument): Stubs added for non-MITScheme
  1122.     implementations.
  1123.  
  1124.     * Template.scm *.init (slib:warn): added.
  1125.  
  1126. Sun Feb 16 21:55:59 1997  Michael Pope <michael.pope@dsto.defence.GOV.AU>
  1127.  
  1128.     * gambit.init (scheme-implementation-version): updated for Gambit
  1129.     v2.4.
  1130.  
  1131. Sun Dec  1 00:44:30 1996  Aubrey Jaffer  <jaffer@martigny.ai.mit.edu>
  1132.  
  1133.     * batch.scm (truncate-up-to): Added to support compiler habbit of
  1134.     putting object files in current-directory.
  1135.  
  1136. Sat Aug 31 12:17:30 1996  Aubrey Jaffer  <jaffer@martigny.bertronics>
  1137.  
  1138.     * scm.init: added for completeness
  1139.  
  1140.     * record.scm (vector?): infinite recursion fixed.
  1141.  
  1142.     * dbutil.scm (make-command-server): Documentation updated.
  1143.  
  1144. Wed Aug 21 20:38:26 1996  John Gerard Malecki <johnm@vlibs.com>
  1145.  
  1146.     * vscm.init: Implements string ports using `generic ports'.
  1147.  
  1148. Wed Aug 21 20:38:26 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1149.  
  1150.     * record.scm: rewritten to make records disjoint types
  1151.     which are unforgable and uncorruptable by R4RS procedures.
  1152.  
  1153. Fri Jul 19 11:24:45 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1154.  
  1155.     * structure.scm scaoutp.scm scamacr.scm scainit.scm scaglob.scm
  1156.         scaexpp.scm: Added missing copyright notice and terms.
  1157.  
  1158. Thu Jul 18 17:37:14 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1159.  
  1160.     * rbtest.scm rbtree.scm: removed for lack of copying permissions.
  1161.  
  1162. Wed Jun  5 00:22:33 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1163.  
  1164.     * root.scm (newton:find-integer-root integer-sqrt newton:find-root
  1165.     laguerre:find-root laguerre:find-root): added.
  1166.  
  1167. Wed May 15 09:59:00 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1168.  
  1169.     * scanf.scm (stdio:scan-and-set): removed gratuitous char-downcase
  1170.     by changing all (next-format-char) ==> (read-char format-port).
  1171.  
  1172. Tue Apr  9 19:22:40 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1173.  
  1174.     * slib2a5 released.
  1175.  
  1176.     * mwtest.scm: removed from distribution for lack of copyright
  1177.     info.
  1178.  
  1179.     * batch.scm (batch:apply-chop-to-fit): added
  1180.     (batch:try-system): renamed from batch:system.
  1181.     (batch:system): now signals error if line length over limit or
  1182.     system calls fail.
  1183.  
  1184. Sun Aug 20 19:20:35 1995  Gary Leavens <leavens@cs.iastate.edu>
  1185.  
  1186.     * struct.scm (check-define-record-syntax check-variant-case-syntax):
  1187.  
  1188.     For using the file "struct.scm" with the EOPL book, one has to
  1189.     make 2 corrections.  To correct it, there are two places where "-"
  1190.     has to be replaced by "->" as in the code below...
  1191.  
  1192. Sat Apr  6 14:31:19 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1193.  
  1194.     * batch.scm (must-be-first must-be-last): added.
  1195.  
  1196.     * paramlst.scm (check-parameters): made error message more
  1197.     informative.
  1198.  
  1199. Mon Mar 18 08:46:36 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1200.  
  1201.     * modular.scm (modular:*): non-bignum symmetric modulus case was
  1202.     dividing by 0.  Algorithm still needs to be fixed.
  1203.  
  1204. Mon Mar 13 00:41:00 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1205.  
  1206.     * slib2a4 released.
  1207.  
  1208. Sat Mar  9 21:36:19 1996  Mikael Djurfeldt <mdj@nada.kth.se>
  1209.  
  1210.     * tsort.scm (topological-sort): Added.
  1211.  
  1212. Fri Mar  8 19:25:52 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1213.  
  1214.     * printf.scm: Removed use of string-ports.  Cleaned up error
  1215.     handling.
  1216.  
  1217. Tue Mar  5 14:30:09 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1218.  
  1219.     * printf.scm (%a %A): General scheme output specifier added.
  1220.  
  1221. Mon Feb 19 15:48:06 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1222.  
  1223.     * scanf.scm (stdio:scan-and-set): Removed flush-whitespace from
  1224.     all conversion specifications per suggestion from
  1225.     oleg@acm.org (Oleg Kiselyov).
  1226.  
  1227. Sat Feb  3 00:02:06 1996  Oleg Kiselyov (oleg@acm.org)
  1228.  
  1229.     * strsrch.scm (string-index substring? find-string-from-port?): added.
  1230.  
  1231. Mon Jan 29 23:56:33 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1232.  
  1233.     * printf.scm (stdio:iprintf): Rewrote for Posix compliance (+
  1234.     extensions which are both BSD and GNU).
  1235.  
  1236. Sat Jan 27 09:55:03 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1237.  
  1238.     * FAQ: printf vs. format explained.
  1239.  
  1240.     * printf.scm: renamed from "stdio.scm".  (require 'printf) now
  1241.     brings in "printf.scm".
  1242.  
  1243. Sun Jan 14 21:00:17 1996  Aubrey Jaffer  <jaffer@jacal.bertronics>
  1244.  
  1245.     * scanf.scm: Rewrote from scratch.
  1246.  
  1247. Mon Oct  9 22:48:58 1995  Aubrey Jaffer  (jaffer@jacal)
  1248.  
  1249.     * modular.scm (modular:invertable?): added.
  1250.  
  1251. Wed Sep 27 10:01:04 1995  Aubrey Jaffer  (jaffer@jacal)
  1252.  
  1253.     * debug.scm: augmented, reorganized, and split.
  1254.     (print): removed.
  1255.  
  1256.     * break.scm: created.
  1257.  
  1258.     * qp.scm: created.
  1259.  
  1260. Sun Sep 24 22:23:19 1995  Aubrey Jaffer  (jaffer@jacal)
  1261.  
  1262.     * require.scm (*catalog*): test.scm removed.
  1263.  
  1264. Sun Sep 17 21:32:02 1995  Aubrey Jaffer  (jaffer@jacal)
  1265.  
  1266.     * modular.scm: rewritten so that if modulus is:
  1267.         positive? -- work as before (Z_modulus)
  1268.         zero?      -- perform integer operations (Z)
  1269.         negative? -- perform operations using symmetric
  1270.                  representation (Z_(1-2*modulus))
  1271.     (symmetric:modulus modulus->integer modular:normalize): added.
  1272.     (modular:*): not completed for fixnum-only implementations.
  1273.  
  1274. Sat Sep  9 16:53:22 1995  Aubrey Jaffer  (jaffer@jacal)
  1275.  
  1276.     * slib.texi (Legacy): added for t, nil, last-pair, and identity,
  1277.     which are now required of all implementations.
  1278.  
  1279. Mon Aug 28 00:42:29 1995  Aubrey Jaffer  (jaffer@jacal)
  1280.  
  1281.     * require.scm (require:feature->path require:provided?
  1282.     require:require): cleaned up.  feature->path now returns a path,
  1283.     whether the module is loaded or not.
  1284.  
  1285. Sun Aug 27 11:05:19 1995  Aubrey Jaffer  (jaffer@jacal)
  1286.  
  1287.     * genwrite.scm (generic-write): Fixed "obj2str"
  1288.     OBJECT->LIMITED-STRING non-terminating wr-lst for cases like
  1289.     (set-car! foo foo).
  1290.  
  1291.     * obj2str.scm (object->limited-string): uncommented.
  1292.  
  1293. Sun Aug 20 17:10:40 1995  Stephen Adams <adams@martigny.ai.mit.edu>
  1294.  
  1295.     * wttest.scm wttree.scm: Weight Balanced Trees added.
  1296.  
  1297. Sun Aug 20 16:06:20 1995  Dave Love <d.love@dl.ac.uk>
  1298.  
  1299.     * tree.scm yasyn.scm collect.scm: Uppercase identifiers changed to
  1300.     lower case for compatability with case sensitive implementations.
  1301.  
  1302. Sat Aug 19 21:27:55 1995  Aubrey Jaffer  (jaffer@jacal)
  1303.  
  1304.     * arraymap.scm (array-copy!): added.
  1305.  
  1306.     * primes.scm (primes:primes< primes:primes>): primes:primes split
  1307.     into ascending and descending versions.
  1308.  
  1309. Sun Jul 16 22:44:36 1995  Aubrey Jaffer  (jaffer@jacal)
  1310.  
  1311.     * makcrc.scm (make-port-crc): added.  POSIX.2 checksums.
  1312.  
  1313. Mon Jun 12 16:20:54 1995  Aubrey Jaffer  (jaffer@jacal)
  1314.  
  1315.     * synclo.scm (internal-syntactic-environment
  1316.     top-level-syntactic-environment): replaced call to alist-copy.
  1317.  
  1318.     * require.scm (*catalog*): 'schelog, 'primes, and 'batch added.
  1319.     'prime renamed to 'factor.
  1320.  
  1321.     From: mhc@edsdrd.eds.com (Michael H Coffin)
  1322.     * primes.scm (primes probably-prime?): added.  prime.scm renamed
  1323.     to factor.scm.
  1324.  
  1325. Fri Mar 24 23:35:25 1995  Matthew McDonald <mafm@cs.uwa.edu.au>
  1326.  
  1327.     * struct.scm (define-record): added field-setters.
  1328.  
  1329. Sun Jun 11 23:36:55 1995  Aubrey Jaffer  (jaffer@jacal)
  1330.  
  1331.     * batch.scm: added
  1332.  
  1333.     * Makefile (schelogfiles): SLIB schelog distribution created.
  1334.  
  1335. Mon Apr 17 15:57:32 1995  Aubrey Jaffer  (jaffer@jacal)
  1336.  
  1337.     * comlist.scm (coerce type-of): added.
  1338.  
  1339.     * debug.scm (debug:qp): with *qp-width* of 0 just `write's.
  1340.  
  1341.     * paramlst.scm (getopt->parameter-list): Now accepts long-named
  1342.     options.  Now COERCEs according to types.
  1343.  
  1344. Sat Apr 15 23:15:26 1995  Aubrey Jaffer  (jaffer@jacal)
  1345.  
  1346.     * require.scm (require:feature->path): Returns #f instead of
  1347.     string if feature not in *catalog* or *modules*.
  1348.  
  1349. Sun Mar 19 22:26:52 1995  Aubrey Jaffer  (jaffer@jacal)
  1350.  
  1351.     * getopt.scm (getopt-- argc argv optstring): added wrapper for
  1352.     getopt which parses long-named-options.
  1353.  
  1354. Tue Feb 28 21:12:14 1995  Aubrey Jaffer  (jaffer@jacal)
  1355.  
  1356.     * paramlst.scm (parameter-list-expand expanders parms): added.
  1357.  
  1358. Mon Feb 27 17:23:54 1995  Aubrey Jaffer  (jaffer@jacal)
  1359.  
  1360.     * report.scm (dbutil:print-report): added.
  1361.  
  1362.     * comparse.scm (read-command): added.  Reads from a port and
  1363.     returns a list of strings: the arguments (and options).
  1364.  
  1365. Sat Feb 25 01:05:25 1995  Aubrey Jaffer  (jaffer@jacal)
  1366.  
  1367.     * repl.scm (repl:repl): Added loop, conditional on CHAR-READY?
  1368.     being PROVIDED?, which reads through trailing white-space.
  1369.  
  1370. Sun Feb  5 16:34:03 1995  Aubrey Jaffer  (jaffer@jacal)
  1371.  
  1372.     * paramlst.scm ((make-parameter-list parameter-names)):
  1373.     ((fill-empty-parameters defaults parameter-list)):
  1374.     ((check-parameters checks parameter-list)):
  1375.     ((parameter-list->arglist positions arities parameter-list)):
  1376.     ((parameter-list-ref parameter-list i)):
  1377.     ((adjoin-parameters! parameter-list parameters)):
  1378.     Procedures for making, merging, defaulting, checking and
  1379.     converting `parameter lists' (named parameters).
  1380.     ((getopt->parameter-list argc argv optnames arities aliases)):
  1381.     ((getopt->arglist argc argv optnames positions
  1382.              arities defaults checks aliases)):
  1383.     Procedures for converting options and arguments processed by
  1384.     getopt to parameter-list or arglist form.
  1385.  
  1386.     * dbutil.scm ((make-command-server rdb command-table)): added
  1387.     procedure which calls commands and processes parameters.
  1388.  
  1389.     * rdms.scm ((make-relational-system base)): add-domain and
  1390.     delete-domain commands moved to "dbutil.scm" (create-database).
  1391.  
  1392. Fri Feb  3 11:07:46 1995  Aubrey Jaffer  (jaffer@jacal)
  1393.  
  1394.     * debug.scm (debug:tracef debug:untracef): removed (duplicates of
  1395.     code in "trace.scm").
  1396.     (trace-all): utility to trace all defines in a file added.
  1397.  
  1398. Thu Jan 19 00:26:14 1995  Aubrey Jaffer  (jaffer@jacal)
  1399.  
  1400.     * logical.scm (logbit? logtest): added.
  1401.  
  1402. Sun Jan 15 20:38:42 1995  Aubrey Jaffer  (jaffer@jacal)
  1403.  
  1404.     * dbutil.scm (dbutil:create-database)): Added parameter
  1405.     description tables for "commands".
  1406.  
  1407.     * require.scm (software-type): standardize msdos -> ms-dos.
  1408.  
  1409. Mon Jan  2 10:26:45 1995  Aubrey Jaffer  (jaffer@jacal)
  1410.  
  1411.     * comlist.scm (comlist:atom?): renamed from comlist:atom.
  1412.  
  1413.     * scheme48.init    (char->integer integer->char): Now use integers in
  1414.     the range 0 to 255.  Fixed several other problems.
  1415.     (modulo): Worked around negative modulo bug.
  1416.  
  1417.     * Makefile (slib48): `make slib48' loads "scheme48.init", `,dump's
  1418.     a scheme48 image file, and creates an `slib48' shell script to
  1419.     invoke it.
  1420.  
  1421.     * hash.scm (hash:hash-number): no longer does inexact->exact to
  1422.     exacts, etc.
  1423.  
  1424.     * trnscrpt.scm (read): no longer transcripts eof-objects.
  1425.  
  1426.     From: johnm@vlibs.com (John Gerard Malecki)
  1427.     * priorque.scm (heap:heapify): internal defines incorrectly
  1428.     dependent on order-of-eval replaced with let*.
  1429.  
  1430. Thu Dec 22 13:28:16 1994  Aubrey Jaffer  (jaffer@jacal)
  1431.  
  1432.     * dbutil.scm (open-database! open-database create-database): This
  1433.         enhancement wraps a utility layer on `relational-database' which
  1434.         provides:
  1435.       * Automatic loading of the appropriate base-table package when
  1436.         opening a database.
  1437.       * Automatic execution of initialization commands stored in
  1438.         database.
  1439.       * Transparent execution of database commands stored in
  1440.         `*commands*' table in database.
  1441.  
  1442. Wed Dec 21 22:53:57 1994  Aubrey Jaffer  (jaffer@jacal)
  1443.  
  1444.     * rdms.scm (make-relational-system base): Now more careful about
  1445.     protecting read-only databases.
  1446.  
  1447. Mon Dec 19 00:06:36 1994  Aubrey Jaffer  (jaffer@jacal)
  1448.  
  1449.     * dbutil.scm (dbutil:define-tables): added utility which provides:
  1450.     Data definition from Scheme lists for any SLIB
  1451.     relational-database.
  1452.  
  1453. Sat Dec 17 12:10:02 1994  Aubrey Jaffer  (jaffer@jacal)
  1454.  
  1455.     * alistab.scm rdms.scm (make-getter row-eval): evaluation of
  1456.     `expression' fields no longer done when retrieved from base
  1457.     tables (which made copying of many tables impossible).
  1458.  
  1459.     * alistab.scm
  1460.     (write-base): rewrote to not use pretty-print.
  1461.  
  1462.     * sc3.scm: removed (only contained last-pair, t, and nil).
  1463.  
  1464.     * Template.scm scheme48.init vscm.init (last-pair t nil): added.
  1465.  
  1466. Thu Dec  8 00:02:18 1994  Aubrey Jaffer  (jaffer@jacal)
  1467.  
  1468.     * mularg.scm pp.scm ratize.scm: copyright line removed from files
  1469.     (still lacking terms) less than 12 lines.
  1470.  
  1471.     From: johnm@vlibs.com (John Gerard Malecki)
  1472.     * sort.scm (sort:sort!): long standing bug in sort! with vector
  1473.     argument fixed.
  1474.  
  1475. Thu Dec  1 17:10:24 1994  Aubrey Jaffer  (jaffer@jacal)
  1476.  
  1477.     * *.scm: Most missing copyright notices supplied.
  1478.  
  1479. Sun Nov 27 23:57:41 1994  Aubrey Jaffer  (jaffer@jacal)
  1480.  
  1481.     * rdms.scm (make-relational-system base): now checks field types
  1482.     when table is opened.  Domains table now has foreign-table field.
  1483.     (for-each-row): ordered for-each function added.
  1484.     * alistab.scm (ordered-for-each-key supported-key-type?): added.
  1485.  
  1486. Thu Oct 27 12:20:41 1994  Tom Tromey  <tromey@drip.colorado.edu>
  1487.  
  1488.     * priorque.scm: Renamed everything to conform to coding standards
  1489.     and updated docs.  Changed names: heap-extract-max to
  1490.     heap-extract-max!, heap-insert to heap-insert! and heap-size to
  1491.     heap-length.
  1492.  
  1493. Sat Nov 26 22:52:31 1994  Aubrey Jaffer  (jaffer@jacal)
  1494.  
  1495.     * Template.scm *.init (identity): Now required; moved from
  1496.     "comlist.scm".
  1497.  
  1498.     * alistab.scm (alist-table): Converted to representing rows as
  1499.     lists.  Non-row operations removed.
  1500.  
  1501.     * rdms.scm (make-relational-system base): Most individual column
  1502.     operations removed.  Only get and get* remain.  Row operations
  1503.     renamed.   Row inserts and updates distinguished.
  1504.  
  1505. Tue Nov 15 16:37:16 1994  Aubrey Jaffer  (jaffer@jacal)
  1506.  
  1507.     * rdms.scm (make-relational-system base): Generalized database
  1508.     system inspired by the Relational Model.
  1509.  
  1510.     * alistab.scm (alist-table): Base table implementation suitable
  1511.     for small databases and testing rdms.scm.
  1512.  
  1513. Tue Oct 25 22:36:01 1994  Aubrey Jaffer  (jaffer@jacal)
  1514.  
  1515.     From: Tommy Thorn <Tommy.Thorn@irisa.fr>
  1516.     * chez.init (scheme-implementation-version): fixed (changed to "?").
  1517.     (library-vicinity): The definition of library-vicinity used
  1518.     getenv, which was defined later.
  1519.     (slib:chez:quit): The definition of slib:chez:quit was illegal.
  1520.     Fixed.
  1521.     (chez:merge!): had a typo.
  1522.     (defmacro:load): (require 'struct) didn't work, because defmacro:load
  1523.     doesn't add suffix.  Workaround: defmacro:load and macro:load is
  1524.     the same as slib:load-source.
  1525.  
  1526. Wed Oct 19 11:44:12 1994  Aubrey Jaffer  (jaffer@jacal)
  1527.  
  1528.     * require.scm time.scm cltime.scm (difftime offset-time): added to
  1529.     allow 'posix-time functions to work with a non-numeric type
  1530.     returned by (current-time).
  1531.  
  1532. Tue Aug  2 10:44:32 1994  Aubrey Jaffer  (jaffer@jacal)
  1533.  
  1534.     * repl.scm (repl:top-level repl:repl): Multiple values at top
  1535.     level now print nicely.
  1536.  
  1537. Sun Jul 31 21:39:54 1994  Aubrey Jaffer  (jaffer@jacal)
  1538.  
  1539.     * cltime.scm (get-decoded-time get-universal-time
  1540.     decode-universal-time encode-universal-time):
  1541.     Common-Lisp time conversion routines created.
  1542.  
  1543.     * time.scm (*timezone* tzset gmtime localtime mktime asctime ctime):
  1544.     Posix time conversion routines created.
  1545.  
  1546. Mon Jul 11 14:16:44 1994  Aubrey Jaffer  (jaffer@jacal)
  1547.  
  1548.     * Template.scm mitscheme.init scheme2c.init t3.init (*features*):
  1549.     trace added.
  1550.  
  1551. Fri Jul  8 11:02:34 1994  Aubrey Jaffer  (jaffer@jacal)
  1552.  
  1553.     * chap.scm ((chap:string<? s1 s2) (chap:next-string s)): Functions
  1554.     for "chapter ordering" of strings.
  1555.  
  1556. Mon Jun 20 22:36:44 1994  Aubrey Jaffer  (jaffer@jacal)
  1557.  
  1558.     * slib.texi (R4RS Macros section): added.
  1559.  
  1560.     From: jjb@isye.gatech.edu (John Bartholdi)
  1561.     * sierpinski.scm (MAKE-SIERPINSKI-INDEXER): added.
  1562.     * soundex.scm (SOUNDEX): added.
  1563.  
  1564.     From: hugh@cosc.canterbury.ac.nz (Hugh Emberson)
  1565.     * mwexpand.scm ((mw:quasiquote exp env)): Fixed bug which occured
  1566.     when mw:quasiquote expanded things like `(1 2 3 . ,(+ 1 a)).  I
  1567.     added support for vectors in quasiquotes while I was there.
  1568.  
  1569. Sun Jun 19 00:37:09 1994  Aubrey Jaffer  (jaffer@jacal)
  1570.  
  1571.     * defmacex.scm ((defmacro:expand* e)): fixed problem with varargs
  1572.     define.
  1573.  
  1574. Sat Jun 18 13:08:33 1994  Aubrey Jaffer  (jaffer@jacal)
  1575.  
  1576.     * randinex.scm ((random:size-float l x)): no longer assumes that
  1577.     inexact numbers have finite precision, which is not necessarily
  1578.     true (pointed out by jar@ai.mit.edu).  Limits size to 4.
  1579.  
  1580. Mon Jun  6 00:46:48 1994  Aubrey Jaffer  (jaffer@jacal)
  1581.  
  1582.     * trace.scm (trace untrace): created.
  1583.     (debug:tracef debug:untracef): moved from debug.scm
  1584.  
  1585. Sun May 22 23:44:03 1994  Aubrey Jaffer  (jaffer@jacal)
  1586.  
  1587.     * yasyn.scm: replaces yasos.scm
  1588.  
  1589. Sat May 21 22:28:01 1994  Aubrey Jaffer  (jaffer@jacal)
  1590.  
  1591.     * comlist.scm ((comlist:has-duplicates? lst)): added.
  1592.  
  1593. Mon May 16 13:40:18 1994  Aubrey Jaffer  (jaffer@jacal)
  1594.  
  1595.     From: jjb@isye.gatech.edu (John Bartholdi)
  1596.     * macscheme.init (slib:exit): fixed.  Version set to 4.2.
  1597.  
  1598. Wed Apr 27 00:48:54 1994  Aubrey Jaffer  (jaffer@jacal)
  1599.  
  1600.     From: jjb@isye.gatech.edu (John Bartholdi)
  1601.     * scanf.scm (scanf fscanf sscanf): created.
  1602.  
  1603. Thu Apr 14 12:59:41 1994  Aubrey Jaffer  (jaffer@jacal)
  1604.  
  1605.     From: pegelow@moorea.uni-muenster.de (Ulrich Pegelow)
  1606.     * mbe.scm (hyg:tag-do): Scoping was wrong.  The region of binding
  1607.     of a <variable> did not include the <step> expression and the
  1608.     <test> expression, instead it incorrectly included the <init>
  1609.     expression. (rf. R4RS, 4.2.4)
  1610.     (hyg:tag-lambda): the body of a lambda expression should be
  1611.     generated using hyg:tag-generic instead of hyg:tag-vanilla. This
  1612.     allows expressions within lambda to behave hygienically.
  1613.     (hyg:tag-let):  extended to support `named let'.
  1614.  
  1615. Sun Apr 10 00:22:04 1994  Aubrey Jaffer  (jaffer@jacal)
  1616.  
  1617.     * README: INSTALLATION INSTRUCTIONS greatly improved.
  1618.     * Template.scm *.init:  Path configurations move to top of files
  1619.     for easier installation.
  1620.  
  1621.     * FAQ: File of Frequently Asked Questions and answers added.
  1622.  
  1623. Sat Apr  9 21:28:46 1994  Aubrey Jaffer  (jaffer@jacal)
  1624.  
  1625.     * slib.texi (Vicinity): scheme-file-suffix removed.  Use
  1626.     slib:load or slib:load-source instead.
  1627.  
  1628. Wed Apr  6 00:55:16 1994  Aubrey Jaffer  (jaffer@jacal)
  1629.  
  1630.     * require.scm (slib:report):
  1631.     (slib:report-version):
  1632.     (slib:report-locations):  added to display SLIB configuration
  1633.     information.
  1634.  
  1635. Mon Apr  4 08:48:37 1994  Aubrey Jaffer  (jaffer@jacal)
  1636.  
  1637.     * Template.scm *.init (slib:exit): added.
  1638.  
  1639. Fri Apr  1 14:36:46 1994  Aubrey Jaffer  (jaffer@jacal)
  1640.  
  1641.     * Makefile (intro): Added idiot message for those who make.
  1642.     Cleaned up and reorganized Makefile.
  1643.  
  1644. Wed Mar 30 00:28:30 1994  Aubrey Jaffer  (jaffer@jacal)
  1645.  
  1646.     * Template.scm *.init ((slib:eval-load <pathname> evl)): created
  1647.     to service all macro loads.
  1648.  
  1649.     From: whumeniu@datap.ca (Wade Humeniuk)
  1650.     * recobj.scm yasyn.scm: added.  These implement RECORDS and
  1651.     YASOS using object.scm object system.
  1652.  
  1653. Sun Mar  6 01:10:53 1994  Aubrey Jaffer  (jaffer@jacal)
  1654.  
  1655.     From: barnett@armadillo.urich.edu (Lewis Barnett)
  1656.     * gambit.init (implementation-vicinity library-vicinity): Relative
  1657.     pathnames for Slib in MacGambit.
  1658.  
  1659.     From: lucier@math.purdue.edu (Brad Lucier)
  1660.     * random.scm (random:random random:chunks/float): fixed off-by-one
  1661.     and slop errors.
  1662.  
  1663. Thu Mar  3 23:06:41 1994  Aubrey Jaffer  (jaffer@jacal)
  1664.  
  1665.     From: lutzeb@cs.tu-berlin.de (Dirk Lutzebaeck)
  1666.     * format.scm slib.texi: Format 3.0.
  1667.   * format's configuration is rearranged to fit only into SLIB. All
  1668.     implementation dependent configurations are done in the SLIB init files
  1669.   * format's output routines rely on call-with-output-string now if
  1670.     output to a string is desired
  1671.   * The floating point formatting code (formatfl.scm) moved into
  1672.     format.scm so that there is only one source code file; this
  1673.     eliminates the configuration of the load path for the former
  1674.     formatfl.scm and the unspecified scope of the load primitive
  1675.   * floating point formatting doesn't use any floating point operation or
  1676.     procedure except number->string now; all formatting is now based
  1677.     solely on string, character and integer manipulations
  1678.   * major rewrite of the floating point formatting code; use global
  1679.     buffers now
  1680.   * ~f,~e,~g, ~$ may use also number strings as an argument
  1681.   * ~r, ~:r, ~@r, ~:@r roman numeral, and ordinal and cardinal
  1682.     English number printing added (from dorai@cs.rice.edu)
  1683.   * ~a has now a working `colinc' parameter
  1684.   * ~t tabulate directive implemented
  1685.   * ~/ gives a tabulator character now (was ~T in version < 2.4)
  1686.   * ~& fresh line directive implemented
  1687.   * ~@d, ~@b, ~@o and ~@x now has the CL meaning (plus sign printed)
  1688.     automatic prefixing of radix representation is removed
  1689.   * ~i prints complex numbers as ~f~@fi with passed parameters
  1690.   * ~:c prints control characters like emacs (eg. ^C) and 8bit characters
  1691.     as an octal number
  1692.   * ~q gives information and copyright notice on this format implementation
  1693.     ~:q gives format:version
  1694.   * case type of symbol conversion can now be forced (see
  1695.     format:symbol-case-conv in format.scm)
  1696.   * case type of the representation of internal objects can now be
  1697.     forced (see format:iobj-case-conv format.scm)
  1698.   * format error messages are now printed on the current error port
  1699.     if available by the implementation
  1700.   * format now accepts a number as a destination port; the output
  1701.     is then always directed to the current error port if available by
  1702.     the implementation
  1703.   * if format's destination is a string it is regarded as a format string now
  1704.     and output is the current output port; this is a contribution to
  1705.     Scheme->C to use format with the runtime system; the former semantics
  1706.     to append tothe destination string is given up
  1707.   * obj->string syntax change and speedup
  1708.   * tested with scm4d, Elk 2.2, MIT Scheme 7.1, Scheme->C 01Nov91
  1709.  
  1710.  
  1711. Wed Mar  2 13:16:37 1994  Aubrey Jaffer  (jaffer@jacal)
  1712.  
  1713.     From: Matthias Blume <blume@cs.Princeton.EDU>
  1714.     * vscm.init: added.
  1715.  
  1716. Fri Feb 18 23:51:41 1994  Aubrey Jaffer  (jaffer@jacal)
  1717.  
  1718.     From: jjb@isye.gatech.edu (John Bartholdi)
  1719.     * macscheme.init: added.
  1720.  
  1721. Thu Feb 17 01:19:47 1994  Aubrey Jaffer  (jaffer@jacal)
  1722.  
  1723.     * ppfile.scm ((pprint-filter-file inport filter outport)): added.
  1724.     Useful for pre-expanding macros.  Preserves top-level comments.
  1725.  
  1726. Wed Feb 16 12:44:34 1994  Aubrey Jaffer  (jaffer@jacal)
  1727.  
  1728.     From: dorai@cs.rice.edu (Dorai Sitaram)
  1729.     * mbe.scm: Macro by Example define-syntax using    defmacro.
  1730.  
  1731. Tue Feb 15 17:18:56 1994  Aubrey Jaffer  (jaffer@jacal)
  1732.  
  1733.     From: whumeniu@datap.ca (Wade Humeniuk)
  1734.     * object.scm: Macroless Object System
  1735.  
  1736. Mon Feb 14 00:48:18 1994  Aubrey Jaffer  (jaffer@jacal)
  1737.  
  1738.     * defmacex.scm (defmacro:expand*): replaces "defmacro.scm".  Other
  1739.     defmacro functions now supported in all implementations.
  1740.  
  1741. Sun Feb 13 12:38:39 1994  Aubrey Jaffer  (jaffer@jacal)
  1742.  
  1743.     * defmacro.scm (defmacro:macroexpand*): now expands quasiquotes
  1744.     correctly.
  1745.  
  1746. Sat Feb 12 21:23:56 1994  Aubrey Jaffer  (jaffer@jacal)
  1747.  
  1748.     * hashtab.scm ((predicate->hash pred)): moved from hash.scm.
  1749.  
  1750. Tue Feb  8 01:07:00 1994  Aubrey Jaffer  (jaffer@jacal)
  1751.  
  1752.     * Template.scm *.init (slib:load-source slib:load-compiled
  1753.     slib:load): support for loading compiled modules added.
  1754.     Dependence on SCHEME-FILE-SUFFIX removed.
  1755.  
  1756.     * require.scm (require:require): Added support for 'source and
  1757.     'compiled features.
  1758.  
  1759. Sat Feb  5 00:19:38 1994  Aubrey Jaffer  (jaffer@jacal)
  1760.  
  1761.     * stdio.scm ((stdio:sprintf)): Now truncates printing if you run
  1762.     out of string.
  1763.  
  1764. Fri Feb  4 00:54:14 1994  Aubrey Jaffer  (jaffer@jacal)
  1765.  
  1766.     From: pk@kaulushaikara.cs.tut.fi (Kellom'ki Pertti)
  1767.     * (psd/primitives.scm): Here is a patch removing some problems
  1768.     with psd-1.1, especially when used with Scheme 48. Thanks to
  1769.     Jonathan Rees for poiting them out. The patch fixes two problems:
  1770.     references to an unused variable *psd-previous-line*, and the
  1771.     correct number of arguments to write-char.
  1772.  
  1773. Fri Jan 14 00:37:19 1994  Aubrey Jaffer  (jaffer@jacal)
  1774.  
  1775.     * require.scm (require:require): Now supports (feature .
  1776.     argument-list) associations.
  1777.  
  1778. Sat Nov 13 22:07:54 1993    (jaffer at jacal)
  1779.  
  1780.     * slib.info (Structures): added.  Bug - struct.scm and
  1781.     structure.scm do not implement the same macros.
  1782.  
  1783. Mon Nov  1 22:17:01 1993    (jaffer at jacal)
  1784.  
  1785.     * array.scm (array-dimensions array-rank array-in-bounds?):
  1786.     added.
  1787.  
  1788. Sat Oct  9 11:54:54 1993    (jaffer at jacal)
  1789.  
  1790.     * require.scm (*catalog* portable-scheme-debugger): support added
  1791.     for psd subdirectory.
  1792.  
  1793. Tue Sep 21 11:48:26 1993  Aubrey Jaffer  (jaffer at wbtree)
  1794.  
  1795.     * Makefile (lineio.scm rbtree.scm rbtest.scm scmacro.scm
  1796.     sc4sc3.scm scaespp.scm scaglob.scm scainit.scm scamacr.scm
  1797.     scaoutp.scm strcase.scm): hyphens removed from names.
  1798.  
  1799. Mon Sep 20 00:57:29 1993    (jaffer at jacal)
  1800.  
  1801.     * arraymap.scm (array-map! array-for-each array-indexes): added.
  1802.  
  1803. Sun Sep 19 19:20:49 1993    (jaffer at jacal)
  1804.  
  1805.     * require.scm (require:feature->path require:require *catalog*):
  1806.     associations of the form (symbol1 . symbol2) in *catalog* look up
  1807.     symbol2 whenever symbol1 is specified.
  1808.  
  1809. Mon Sep 13 22:12:00 1993    (jaffer at jacal)
  1810.  
  1811.     From: sperber@provence.informatik.uni-tuebingen.de (Michael Sperber)
  1812.     * elk.init: updated to ELK version 2.1.
  1813.  
  1814. Sat Sep 11 21:17:45 1993    (jaffer at jacal)
  1815.  
  1816.     * hashtab.scm (hash-for-each): fixed and documented (also
  1817.     documented alist.scm).
  1818.  
  1819. Fri Sep 10 15:57:50 1993    (jaffer at jacal)
  1820.  
  1821.     * getopt.scm (getopt *optind* *optarg*): added.
  1822.  
  1823. Tue Sep  7 23:57:40 1993    (jaffer at jacal)
  1824.  
  1825.     * slib1d3 released.
  1826.     * comlist.scm: prefixed all functions with "comlist:".
  1827.  
  1828. Tue Aug 31 23:59:28 1993    (jaffer at jacal)
  1829.  
  1830.     * Template.scm *.init (output-port-height): added.
  1831.  
  1832. Wed May 26 00:00:51 1993  Aubrey Jaffer  (jaffer at camelot)
  1833.  
  1834.     * hashtab.scm (hash-map hash-for-each): added.
  1835.     * alist.scm (alist-map alist-for-each): added.
  1836.  
  1837. Tue May 25 22:49:01 1993  Aubrey Jaffer  (jaffer at camelot)
  1838.  
  1839.     * comlist.scm (delete delete-if atom): renamed as in common lisp.
  1840.     * comlist.scm (delete-if-not): added.
  1841.     * tree.scm: moved tree functions out of comlist.scm
  1842.  
  1843. Mon May 24 10:28:22 1993  Aubrey Jaffer  (jaffer at camelot)
  1844.  
  1845.     From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
  1846.     * modular.scm: improvements and fixed bug in modular:expt.
  1847.  
  1848. Fri May 14 01:26:44 1993  Aubrey Jaffer  (jaffer at camelot)
  1849.  
  1850.     * slib1d2 released.
  1851.  
  1852.     From: Dave Love <d.love@daresbury.ac.uk>
  1853.     * comlist.scm: added some tree functions.
  1854.     * yasos.scm collect.scm: fixed name conflicts and documentation.
  1855.  
  1856. Tue May 11 01:22:40 1993  Aubrey Jaffer  (jaffer at camelot)
  1857.  
  1858.     * eval.scm: removed because all *.init files support it.
  1859.  
  1860.     * hash.scm: made all hash functions case-insensitive.  Equal
  1861.     inexact and exact numbers now hash to the same code.
  1862.  
  1863.     From: eigenstr@falstaff.cs.rose-hulman.edu:
  1864.     * slib.texi: revised.
  1865.  
  1866. Sun May  9 01:43:11 1993  Aubrey Jaffer  (jaffer at camelot)
  1867.  
  1868.     From: kend@newton.apple.com (Ken Dickey)
  1869.     * macwork.scm mwexpand.scm mwdenote.scm mwsynrul.scm: Macros no
  1870.     longer expand builtin Scheme forms.
  1871.  
  1872.     From: William Clinger <will@skinner.cs.uoregon.edu>
  1873.     * macwork.scm mwexpand.scm mwdenote.scm mwsynrul.scm: Macros that
  1874.     work added.
  1875.  
  1876. Sat May  1 23:55:42 1993  Aubrey Jaffer  (jaffer at montreux)
  1877.  
  1878.     * random.scm (random:random): sped up for exact arguments.
  1879.  
  1880. Wed Apr 28 00:24:36 1993  Aubrey Jaffer  (jaffer at camelot)
  1881.  
  1882.     From: lutzeb@flp.cs.tu-berlin.de (Dirk Lutzebaeck)
  1883.     * format.scm formatfl.scm formatst.scm slib.texi: Format 2.3.
  1884.    * implemented floating point support ~F,~E,~G,~$
  1885.    * automatic detection if the scheme interpreter support flonums.
  1886.    * the representation of internal objects can be selected to be
  1887.      #<...> or #[...] or other forms
  1888.    * new/redefintion of configuration variables format:abort,
  1889.      format:floats, format:formatfl-path, format:iobj-pref, format:iobj-post
  1890.    * added string-index
  1891.    * added MIT Scheme 7.1 custom types
  1892.    * for efficiencies reasons the error continuation is only used if
  1893.      format:abort is not available
  1894.    * improved error presentation and error handling
  1895.    * tested with scm4b/c, Elk 2.0, MIT Scheme 7.1, Scheme->C 01Nov91,
  1896.      UMB Scheme 2.5/2.10
  1897.  
  1898. Sun Apr 25 22:40:45 1993  Aubrey Jaffer  (jaffer at camelot)
  1899.  
  1900.     From: Dave Love <d.love@daresbury.ac.uk>
  1901.     * scheme2c.init: corrections and portability improvements.
  1902.     * yasos.scm collect.scm:
  1903. These correct the scheme2c.init and a couple of other things as well as
  1904. hiding some non-exported definitions and removing an example from
  1905. collect.scm to the manual.
  1906.  
  1907. Sat Apr  3 00:48:13 1993  Aubrey Jaffer  (jaffer at camelot)
  1908.  
  1909.     From: eigenstr@cs.rose-hulman.edu (Todd R. Eigenschink)
  1910.     * slib.texi: created.
  1911.  
  1912. Thu Mar 25 01:47:38 1993  Aubrey Jaffer  (jaffer at camelot)
  1913.  
  1914.     From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
  1915.     * sca-init.scm sca-glob.scm sca-macr.scm sca-outp.scm
  1916.     sca-expp.scm: syntax-case macros added.
  1917.  
  1918. Wed Mar 24 23:12:49 1993  Aubrey Jaffer  (jaffer at camelot)
  1919.  
  1920.     * comlist.scm (some every notany notevery): Now accept multiple
  1921.     arguments.  NOTANY added.
  1922.  
  1923. Wed Mar  3 01:19:11 1993  Aubrey Jaffer  (jaffer at camelot)
  1924.  
  1925.     From: "Dan Friedman" <dfried@cs.indiana.edu>
  1926.     * struct.scm structst.scm: added.
  1927.  
  1928. Tue Mar  2 00:28:00 1993  Aubrey Jaffer  (jaffer at camelot)
  1929.  
  1930.     * obj2str (object->string): now handles symbols and number without
  1931.     going to string-port.
  1932.  
  1933. Sun Feb 28 22:22:50 1993  Aubrey Jaffer  (jaffer at camelot)
  1934.  
  1935.     * all files with Jaffer copyright: Now have explicit conditions
  1936.     for use and copying.
  1937.  
  1938. Fri Feb 26 00:29:18 1993  Aubrey Jaffer  (jaffer at camelot)
  1939.  
  1940.     * obj2str: redefined in terms of string ports.
  1941.  
  1942.     * pp2str: eliminated.
  1943.  
  1944. Mon Feb 22 17:21:21 1993  Aubrey Jaffer  (jaffer at camelot)
  1945.  
  1946.     From: dorai@cs.rice.edu (Dorai Sitaram)
  1947.     * strport.scm: string ports.
  1948.  
  1949.     From: Alan@LCS.MIT.EDU (Alan Bawden)
  1950.     * array.scm: functions which implement arrays.
  1951.  
  1952. Wed Feb 17 00:18:57 1993  Aubrey Jaffer  (jaffer at camelot)
  1953.  
  1954.     * repl.scm: split off from sc-macro.scm.
  1955.  
  1956.     * eval.scm *.init Template.scm (eval!): eliminated.
  1957.  
  1958.     From: dorai@cs.rice.edu (Dorai Sitaram)
  1959.     * defmacro.scm: added.  Chez, elk, mitscheme, scheme2c, and scm
  1960.     support.
  1961.  
  1962. Tue Feb 16 00:23:07 1993  Aubrey Jaffer  (jaffer at camelot)
  1963.  
  1964.     * require.doc (output-port-width current-error-port tmpnam
  1965.     file-exists? delete-file force-output char-code-limit
  1966.     most-positive-fixnum slib:tab slib:form-feed error):descriptions
  1967.     added.
  1968.  
  1969.     * *.init (tmpnam): now supported by all.
  1970.  
  1971.     From: dorai@cs.rice.edu (Dorai Sitaram)
  1972.     * chez.init elk.init mitscheme.init scheme2c.init (defmacro macro?
  1973.     macro-expand): added.
  1974.  
  1975. Mon Feb 15 00:51:22 1993  Aubrey Jaffer  (jaffer at camelot)
  1976.  
  1977.     * Template.scm *.init (file-exists? delete-file): now defined for
  1978.     all implementations.
  1979.  
  1980. Sat Feb 13 23:40:22 1993  Aubrey Jaffer  (jaffer at camelot)
  1981.  
  1982.     * chez.init (slib:error): output now directed to
  1983.     (current-error-port).
  1984.  
  1985. Thu Feb 11 01:23:25 1993  Aubrey Jaffer  (jaffer at camelot)
  1986.  
  1987.     * withfile.scm (with-input-from-file with-output-from-file): now
  1988.     close file on thunk return.
  1989.  
  1990.     * *.init (current-error-port): added.
  1991.  
  1992. Wed Feb 10 17:57:15 1993  Aubrey Jaffer  (jaffer at camelot)
  1993.  
  1994.     * mitscheme.init (values dynamic-wind): added to *features*.
  1995.  
  1996.     From: mafm@cs.uwa.edu.au (Matthew MCDONALD)
  1997.     * mitcomp.pat: added patch file of definitions for compiling SLIB
  1998.     with MitScheme.
  1999.  
  2000. Tue Feb  9 10:49:12 1993  Aubrey Jaffer  (jaffer at camelot)
  2001.  
  2002.     From: jt@linus.mitre.org (F. Javier Thayer)
  2003.     * t3.init: additions and corrections.
  2004.  
  2005. Mon Feb  8 20:27:18 1993  Aubrey Jaffer  (jaffer at camelot)
  2006.  
  2007.     From: dorai@cs.rice.edu (Dorai Sitaram)
  2008.     * chez.init: added.
  2009.  
  2010. Wed Feb  3 23:33:49 1993  Aubrey Jaffer  (jaffer at camelot)
  2011.  
  2012.     * sc-macro.scm (macro:repl): now prints error message for errors.
  2013.  
  2014. Mon Feb  1 22:22:17 1993  Aubrey Jaffer  (jaffer at camelot)
  2015.  
  2016.     * logical.scm (logor): changed to logior to be compatible with
  2017.     common Lisp.
  2018.  
  2019. Fri Jan 29 17:15:03 1993  Aubrey Jaffer  (jaffer at camelot)
  2020.  
  2021.     From: jt@linus.mitre.org (F. Javier Thayer)
  2022.     * t3.init: modified so it passes most of SCM/test.scm.
  2023.  
  2024. Sun Jan 24 00:18:13 1993  Aubrey Jaffer  (jaffer at camelot)
  2025.  
  2026.     * comlist.scm (intersection): added.
  2027.  
  2028. Wed Jan 13 19:01:11 1993  Aubrey Jaffer  (jaffer at camelot)
  2029.  
  2030.     * debug.scm: (debug:qp): needed to shadow quotient.
  2031.  
  2032. Sat Jan  9 13:44:44 1993  Aubrey Jaffer  (jaffer at camelot)
  2033.  
  2034.     * rb-tree.scm: changed use of '() and NULL? to #f and NOT.
  2035.  
  2036.     * rb-tree.scm (rb-insert! rb-delete!) added ! to names.
  2037.  
  2038. Fri Jan  8 01:17:16 1993  Aubrey Jaffer  (jaffer at camelot)
  2039.  
  2040.     * rb-tree.doc: added.
  2041.  
  2042.     From: pgs@ai.mit.edu (Patrick Sobalvarro)
  2043.     * rb-tree.scm rbt-test.scm: code for red-black trees added.
  2044.  
  2045. Tue Jan  5 14:57:02 1993  Aubrey Jaffer  (jaffer at camelot)
  2046.  
  2047.     From: lutzeb@cs.tu-berlin.de (Dirk Lutzebaeck)
  2048.     * format.scm formatst.scm format.doc: version 2.2
  2049.    * corrected truncation for fixed fields by negative field parameters
  2050.      inserted a '<' or a '>' when field length was equal to object string
  2051.      length
  2052.    * changed #[...] outputs to #<...> outputs to be conform to SCM's
  2053.      display and write functions
  2054.    * changed #[non-printable-object] output to #<unspecified>
  2055.    * ~:s and ~:a print #<...> messages in strings "#<...>" so that the
  2056.      output can always be processed by (read)
  2057.    * changed implementation dependent part: to configure for various scheme
  2058.      systems define the variable format:scheme-system
  2059.    * format:version is a variable returning the format version in a string
  2060.    * format:custom-types allows to use scheme system dependent predicates
  2061.      to identify the type of a scheme object and its proper textual
  2062.      representation
  2063.    * tested with scm4a14, Elk 2.0
  2064.  
  2065. Tue Dec 22 17:36:23 1992  Aubrey Jaffer  (jaffer at camelot)
  2066.  
  2067.     * Template.scm *.init (char-code-limit): added.
  2068.  
  2069.     * debug.scm (qp): qp-string had bug when printing short strings
  2070.     when room was less than 3.
  2071.  
  2072.     * random.scm (random:size-int): now takes most-positive-fixnum
  2073.     into account.
  2074.  
  2075. Wed Nov 18 22:59:34 1992  Aubrey Jaffer  (jaffer at camelot)
  2076.  
  2077.     From: hanche@ams.sunysb.edu (Harald Hanche-Olsen)
  2078.     * randinex.scm (random:normal-vector! random:normal
  2079.     random:solid-sphere random:hollow-sphere): new versions fix bug.
  2080.  
  2081. Tue Nov 17 14:00:15 1992  Aubrey Jaffer  (jaffer at Ivan)
  2082.  
  2083.     * str-case.scm (string-upcase string-downcase string-capitalize
  2084.     string-upcase! string-downcase! string-capitalize!): moved from
  2085.     format.scm.
  2086.  
  2087. Fri Nov  6 01:09:38 1992  Aubrey Jaffer  (jaffer at Ivan)
  2088.  
  2089.     * require.scm (require): uses base:load instead of load.
  2090.  
  2091.     * sc-macro.scm (macro:repl): now uses dynamic-wind.
  2092.  
  2093. Mon Oct 26 13:21:04 1992  Aubrey Jaffer  (jaffer at Ivan)
  2094.  
  2095.     * comlist.scm (nthcdr last) added.
  2096.  
  2097. Sun Oct 25 01:50:07 1992  Aubrey Jaffer  (jaffer at Ivan)
  2098.  
  2099.     * line-io.scm: created
  2100.  
  2101. Mon Oct 19 12:53:01 1992  Aubrey Jaffer  (jaffer at camelot)
  2102.  
  2103.     From: dorai@cs.rice.edu
  2104.     * fluidlet.scm: FLUID-LET that works.
  2105.  
  2106. Thu Oct  8 22:17:01 1992  Aubrey Jaffer  (jaffer at camelot)
  2107.  
  2108.     From: Robert Goldman <rpg@rex.cs.tulane.edu>
  2109.     * mitscheme.init: improvements.
  2110.  
  2111. Sun Oct  4 11:37:57 1992  Aubrey Jaffer  (jaffer at camelot)
  2112.  
  2113.     * values.scm values.doc: Documentation rewritten and combined
  2114.     into values.scm
  2115.  
  2116. Thu Oct  1 23:29:43 1992  Aubrey Jaffer  (jaffer at Ivan)
  2117.  
  2118.     * sc-macro.scm sc-macro.doc: documentation improved and moved into
  2119.     sc-macro.doc.
  2120.  
  2121. Mon Sep 21 12:07:13 1992  Aubrey Jaffer  (jaffer at Ivan)
  2122.  
  2123.     * sc-macro.scm (macro:load): now sets and restores *load-pathname*.
  2124.  
  2125.     * eval.scm (slib:eval!): (program-vicinity) now correct during
  2126.     evaluation.
  2127.  
  2128.     * Template.scm, *.init: i/o-redirection changed to with-file.
  2129.     *features* documentation changed.
  2130.  
  2131.     From: Stephen J Bevan <bevan@computer-science.manchester.ac.uk>
  2132.     * t3.init: new.  Fixes problems with require, substring, and
  2133.     <,>,<=,>= with more than 2 arguments.
  2134.  
  2135. Fri Sep 18 00:10:57 1992  Aubrey Jaffer  (jaffer at Ivan)
  2136.  
  2137.     From andrew@astro.psu.edu Wed Sep 16 17:58:21 1992
  2138.     * dynamic.scm: added.
  2139.  
  2140.     From raible@nas.nasa.gov Thu Sep 17 22:28:25 1992
  2141.     * fluidlet.scm: added.
  2142.  
  2143. Sun Sep 13 23:08:46 1992  Aubrey Jaffer  (jaffer at Ivan)
  2144.  
  2145.     * sc-macro.scm (macro:repl): moved (require 'debug) into syntax-error.
  2146.  
  2147.     * dynwind.scm, withfile.scm, trnscrpt.scm: created.
  2148.  
  2149.     From kend@data.rain.com Sun Sep 13 21:26:59 1992
  2150.     * collect.scm: created.
  2151.     * oop.scm => yasos.scm: updated.
  2152.     * oop.doc: removed.
  2153.  
  2154.     From: Stephen J. Bevan <bevan@cs.man.ac.uk> 19920912
  2155.     * elk.init: created
  2156.  
  2157. Tue Jul 14 11:42:57 1992  Aubrey Jaffer  (jaffer at Ivan)
  2158.  
  2159.     * tek41.scm tek40.scm: added.
  2160.  
  2161. Tue Jul  7 00:55:58 1992  Aubrey Jaffer  (jaffer at Ivan)
  2162.  
  2163.     * record.scm record.doc (record-sub-predicate): added.
  2164.  
  2165.     * sc-macro.scm (macro:repl): syntax-errors now return into
  2166.     macro:repl.
  2167.  
  2168.     * debug.scm (qp): removed (newline).  Added qpn (qp with newline).
  2169.  
  2170. Sun Jun 14 22:57:32 1992  Aubrey Jaffer  (jaffer at Ivan)
  2171.  
  2172.     * slib1b8 released.
  2173.  
  2174. Sat Jun 13 17:01:41 1992  Aubrey Jaffer  (jaffer at Ivan)
  2175.  
  2176.     * alist.scm ppfile.scm: added.
  2177.  
  2178.     * hash.scm hashtab.scm scheme48.init: added.
  2179.  
  2180.     * sc-macro.scm (macro:repl): created.  macro:load now uses
  2181.     eval:eval!.
  2182.  
  2183.     * eval.scm (eval:eval!) created and eval done in terms of it.
  2184.  
  2185.     * prime.scm (prime:prime?) fixed misplaced parenthesis.
  2186.  
  2187. Wed May 27 16:13:17 1992  Aubrey Jaffer  (jaffer at Ivan)
  2188.  
  2189.     From: "Chris Hanson" <cph@martigny.ai.mit.edu>
  2190.     * synrul.scm (generate-match): fixed for CASE syntax.
  2191.  
  2192. Wed May 20 00:25:40 1992  Aubrey Jaffer  (jaffer at Ivan)
  2193.  
  2194.     * slib1b6 released.
  2195.  
  2196.     * Template.scm gambit.init mitscheme.init scheme2c.init:
  2197.     rearranged *features*.
  2198.  
  2199. Tue May 19 22:51:28 1992  Aubrey Jaffer  (jaffer at Ivan)
  2200.  
  2201.     * scmactst.scm: test cases fixed.
  2202.  
  2203.     From: "Chris Hanson" <cph@martigny.ai.mit.edu>
  2204.     * r4syn.scm (make-r4rs-primitive-macrology):  TRANSFORMER added
  2205.     back in.
  2206.  
  2207.     * require.scm (load): load now passes through additional
  2208.     arguments to *old-load*.
  2209.  
  2210. Mon May 18 00:59:36 1992  Aubrey Jaffer  (jaffer at Ivan)
  2211.  
  2212.     * mulapply.scm (apply): written.
  2213.  
  2214.     * record.scm record.doc (make-record-sub-type): added.
  2215.  
  2216. Fri May  8 17:55:14 1992  Aubrey Jaffer  (jaffer at Ivan)
  2217.  
  2218.     * process.scm: created, but not finished.
  2219.  
  2220.     From: hugh@ear.mit.edu (Hugh Secker-Walker)
  2221.     * comlist.scm (nreverse make-list): non-recursive versions added.
  2222.  
  2223.     * sc2.scm (1+ -1+): versions which capture +.
  2224.  
  2225.     * mularg.scm (- /): created.
  2226.  
  2227. Wed Apr  8 00:05:30 1992  Aubrey Jaffer  (jaffer at Ivan)
  2228.  
  2229.     * require.scm sc-macro.scm (catalog): Now uses macro:load if
  2230.     'macro is part of catalog entry.
  2231.  
  2232.     From: Andrew Wilcox (awilcox@astro.psu.edu)
  2233.     * queue.scm: created.
  2234.  
  2235. Sun Mar 15 12:23:06 1992  Aubrey Jaffer  (jaffer at Ivan)
  2236.  
  2237.     * comlist.scm (notevery): fixed.  Now (not (every ..)).
  2238.  
  2239.     * eval.scm (eval:eval): renamed to slib:eval.
  2240.  
  2241.     * record.scm: replaced with version from From: david carlton
  2242.     <carlton@husc.harvard.edu>.  I changed updater => modifier, put
  2243.     record-predicate into the rtd, and bummed code mercilessly.
  2244.  
  2245.     From: plogan@std.mentor.com (Patrick Logan)
  2246.     * sc3.scm (last-pair): changed from testing null? to pair?.
  2247.